diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:08:56 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:08:56 -0700 |
commit | 8f726d6f1c3e157cc36abe6d5a8471166a61d437 (patch) | |
tree | 66ea182135edfa6e07b5d8e966e1354e60a9a2dd /css/chat.css | |
parent | df11c5da2c6e91a2c079308d62110995352d76f5 (diff) | |
download | pathery-8f726d6f1c3e157cc36abe6d5a8471166a61d437.tar.xz |
css Color-blind changes for teleport, whitespace nowrap for chat.
Diffstat (limited to 'css/chat.css')
-rw-r--r-- | css/chat.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/chat.css b/css/chat.css index 79354b1..5279cf8 100644 --- a/css/chat.css +++ b/css/chat.css @@ -71,6 +71,7 @@ float: left; padding-top: 5px; width: 115px; + white-space:nowrap; } .chatUsername:after { content:":"; |