summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..45c8cbf
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,16 @@
+/*-*- coding:utf-8; mode:css; -*-*/
+
+* {
+ margin: 0;
+ padding: 0;
+}
+#chat #history {
+ border: solid 1px #ccc;
+ height: 300px;
+ overflow-y: scroll;
+ width: 500px;
+}
+#chat .controls input:not([type]) {
+ border: solid 1px #ccc;
+ width: 500px;
+}