diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-03-27 14:18:37 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-03-27 23:51:07 +0100 |
commit | 9fec1c07ef079c218f15b94f55588a11a3826cdb (patch) | |
tree | 7a8f104cc93e989e4b86d8767ffb65a1e2f65045 /static | |
parent | e675e3f8158c47cab4c0f0a2456d775210dfa12b (diff) | |
download | simplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.tar.gz simplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.tar.bz2 simplechat-9fec1c07ef079c218f15b94f55588a11a3826cdb.zip |
Join/leave mesages should always ge gray
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
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; } |