diff --git a/examples/chat/index.html b/examples/chat/index.html index ae1da662..2517d996 100644 --- a/examples/chat/index.html +++ b/examples/chat/index.html @@ -5,64 +5,61 @@ .hide { display: none; } form .who { width: 10%; } form .what { width: 80%; } + ul { list-style: none; padding: 0; } -