diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-06 21:53:51 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-06 21:53:51 +0100 |
commit | 2f0f23ec0e54aaa0dc7a9c28217f7daca72ea455 (patch) | |
tree | 5e41c868a7ab38f7406aca6fd1222c2c818c0caa /webchat/public/reset.css | |
parent | c4854e60e33bc81cb5b6140241026576cbddcc0d (diff) |
webchat: nick and time display
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r-- | webchat/public/reset.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 2b67f153..931ab453 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -96,4 +96,7 @@ a { .chat_date:after { content: ""; padding-right: 4px; +} +#time { + color: #00FF00; }
\ No newline at end of file |