diff openwebchat.css @ 42:f560e6f01c22

misc changes, including now scrolling to the bottom when new messages arrive.
author Atul Varma <varmaa@toolness.com>
date Mon, 27 Apr 2009 23:41:13 -0700
parents c9ba9a45f1dd
children 728f162add5d
line wrap: on
line diff
--- a/openwebchat.css	Mon Apr 27 22:49:48 2009 -0700
+++ b/openwebchat.css	Mon Apr 27 23:41:13 2009 -0700
@@ -6,6 +6,7 @@
 }
 
 textarea {
+    margin-top: 1em;
     width: 40em;
 }
 
@@ -16,7 +17,6 @@
 
 #content {
     width: 40em;
-    text-align: left;
     margin: 2em auto;
 }
 
@@ -45,3 +45,7 @@
     padding-top: 1em;
     font-variant: small-caps;
 }
+
+#templates {
+    display: none;
+}