From 86ac60bf48013c067889b68bb0b186b4c589d733 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Thu, 30 Jun 2011 22:12:58 +0200 Subject: [PATCH] Changed color of dropdown roomlist room items in iconbar and updated copyright year to 2011 --- webcit/static/styles/webcit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") } -- 2.30.2