summaryrefslogtreecommitdiffstats
path: root/webchat/public/reset.css
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-06 21:53:51 +0100
committerlassulus <lassulus@googlemail.com>2013-11-06 21:53:51 +0100
commit2f0f23ec0e54aaa0dc7a9c28217f7daca72ea455 (patch)
tree5e41c868a7ab38f7406aca6fd1222c2c818c0caa /webchat/public/reset.css
parentc4854e60e33bc81cb5b6140241026576cbddcc0d (diff)
webchat: nick and time display
Diffstat (limited to 'webchat/public/reset.css')
-rw-r--r--webchat/public/reset.css3
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