diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2014-05-08 23:50:48 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2014-05-08 23:50:48 -0500 |
commit | a639bb2fd0e6128b3c92ce789c04619b273d5f5b (patch) | |
tree | 451a279321fcbcd2e1d14141ba3b42bc3dfe8f9e /css/chat.css | |
parent | 17478de9c4ba215a43e7bc1b5849bb6041d50827 (diff) | |
parent | 598c2a0195fd95cda53d9067e6d6973048446a27 (diff) | |
download | pathery-a639bb2fd0e6128b3c92ce789c04619b273d5f5b.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Conflicts:
includes/mapoftheday.php
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..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: 525px; + width: 315px; padding: 5px 5px 5px 5px; white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Firefox */ @@ -122,7 +122,7 @@ } .chatMessage { - width:780px; + width:570px; min-height:35px; margin:1px; display:block; |