diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2014-03-18 21:53:45 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2014-03-18 21:53:45 -0700 |
commit | 78f79295ac8daf53f19a9456f01adbcb49da31b6 (patch) | |
tree | 556d35945c43498cda83977216bbd594495f6c63 /css | |
parent | 640816989a99e069397ed18f3fa703d1ec12d596 (diff) | |
download | pathery-78f79295ac8daf53f19a9456f01adbcb49da31b6.tar.xz |
More memberlist edits
Diffstat (limited to '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 d0bccab..105dfaf 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: 335px; + width: 315px; padding: 5px 5px 5px 5px; white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Firefox */ @@ -122,7 +122,7 @@ } .chatMessage { - width:590px; + width:570px; min-height:35px; margin:1px; display:block; |