From: the_mgt Date: Thu, 30 Jun 2011 20:12:58 +0000 (+0200) Subject: Changed color of dropdown roomlist room items in iconbar and updated copyright year... X-Git-Tag: v8.11~653 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=86ac60bf48013c067889b68bb0b186b4c589d733 Changed color of dropdown roomlist room items in iconbar and updated copyright year to 2011 --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 497bf88af..5fb788d73 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -1,5 +1,5 @@ /* - * Copyright 2005 - 2010 The Citadel Team + * Copyright 2005 - 2011 The Citadel Team * Licensed under the GPL V3 */ @@ -544,7 +544,7 @@ body { } /* Override to disable list-style-image" */ -.room a, .room a, .room a:visited, .room a:link { color: #333333 } +.room a, .room a, .room a:visited, .room a:link { color: #f0feff } .room-private { list-style-image: url("/static/privatemess_16x.gif") }