diff options
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; |