diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-04-04 01:13:50 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-04-04 01:13:50 -0700 |
| commit | 1a3c90165cb6bac4a2e57d9897d6829de0ccc6fc (patch) | |
| tree | 604f4b5b02b1e24c7c5aad5c4560b0cf53cf9289 /public/css | |
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 16 |
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; +} |
