diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2014-01-15 01:39:04 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2014-01-15 01:39:04 -0800 |
commit | 640816989a99e069397ed18f3fa703d1ec12d596 (patch) | |
tree | cfacd78341fd48044c6b31d2c9b2854ba8b7f791 /css/chat.css | |
parent | 64848a7e2a21d5da9a8c32fd45cd892398db1d42 (diff) | |
download | pathery-640816989a99e069397ed18f3fa703d1ec12d596.tar.xz |
More work on channel list.
Diffstat (limited to 'css/chat.css')
-rw-r--r-- | css/chat.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/chat.css b/css/chat.css index 5973b4d..d0bccab 100644 --- a/css/chat.css +++ b/css/chat.css @@ -89,7 +89,7 @@ font-family: 'Trebuchet MS1', 'Trebuchet MS', sans-serif; font-size: 16px; display: inline-block; - width: 525px; + width: 335px; padding: 5px 5px 5px 5px; white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Firefox */ @@ -122,7 +122,7 @@ } .chatMessage { - width:780px; + width:590px; min-height:35px; margin:1px; display:block; |