diff options
author | tv <tv@nomic.retiolum> | 2013-11-06 15:46:13 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-06 15:46:13 +0100 |
commit | 99f2dcbdf02d917ae10828ae6b9a34013d6f233b (patch) | |
tree | 9c1bc5260130ac532661c88b072bbbbdf8dede76 /webchat/public/reset.css | |
parent | 088b7ec8246ed240b256afc9c0a0a496c73f2272 (diff) | |
parent | 7322fce37c76c0dd4a53ddc5be984d1d904c660a (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r-- | webchat/public/reset.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 91b9a438..746b81c4 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -30,6 +30,8 @@ footer, header, hgroup, menu, nav, section { } body { line-height: 1; + background-color: black; + color: white; } ol, ul { list-style: none; @@ -42,14 +44,17 @@ q:before, q:after { content: ''; content: none; } -x-table { +#chatbox { border-collapse: collapse; border-spacing: 0; + border: solid 2px black; + background-color: white; + color: black; } -.from { +.chat_from { font-weight: bold; text-align: right; } -.from:after { +.chat_from:after { content: ":"; } |