summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-03-27 14:18:37 +0100
committerKevin Chabowski <kevin@kch42.de>2014-03-27 23:51:07 +0100
commit9fec1c07ef079c218f15b94f55588a11a3826cdb (patch)
tree7a8f104cc93e989e4b86d8767ffb65a1e2f65045
parente675e3f8158c47cab4c0f0a2456d775210dfa12b (diff)
downloadsimplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.tar.gz
simplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.tar.bz2
simplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.zip
Join/leave mesages should always ge gray
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index c3bf0f2..ed56fca 100644
--- a/static/style.css
+++ b/static/style.css
@@ -26,7 +26,7 @@
display: table-cell;
}
-#chatlog li.leave, #chatlog li.join {
+#chatlog li.leave, #chatlog li.join, #chatlog li.leave .nick, #chatlog li.join .nick {
color: gray !important;
font-style: italic !important;
}