diff options
author | Florent Neveu (Captain) <captain@else-projects.org> | 2006-10-02 23:19:37 +0200 |
---|---|---|
committer | Captain <captain@else-projects.org> | 2006-10-02 23:19:37 +0200 |
commit | de4ecdcbe41a2227fda08fe6064a243ef9de6aff (patch) | |
tree | 37f52c4e3052279f8ef5f7910f05f8fcdcce1084 | |
parent | change room name color (diff) | |
download | web-de4ecdcbe41a2227fda08fe6064a243ef9de6aff.tar.xz |
msgbox bg
-rw-r--r-- | chat/else.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/else.css b/chat/else.css index a63d961..3df3d30 100644 --- a/chat/else.css +++ b/chat/else.css @@ -153,7 +153,7 @@ h3 { border: 0; padding: 0; margin: 0; - background-color: #eeeeee; + background-color: #f9dbab; -moz-border-radius: 4px; } |