From 1a3c90165cb6bac4a2e57d9897d6829de0ccc6fc Mon Sep 17 00:00:00 2001 From: yo mama Date: Sat, 4 Apr 2015 01:13:50 -0700 Subject: first --- public/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/css/style.css (limited to 'public/css') 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; +} -- cgit v1.2.3-70-g09d2