From 808468ca7e787d221012b2f24d16cc759c8f4920 Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Sun, 21 Mar 2010 17:09:08 +0000 Subject: [PATCH] CSS: fix background color of WG list in left navbar - Legacy-Id: 2176 --- static/css/base2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base2.css b/static/css/base2.css index 2c6d8f1d6..496fc3226 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -61,7 +61,7 @@ body { margin: 0; } .ietf-navbar a, .ietf-navbar a:visited { color: #000000; } .ietf-navbar > ul > li > a:hover { background-color: #b3d4ff; } .ietf-navbar .yuimenuitemlabel { font-size: 12px; padding: 0 10px; } -.ietf-navbar #wgs .bd { background-color: #ecf5fa; } +.ietf-navbar #wgs .bd { background-color: #edf5ff; } .ietf-navbar #wgs > .bd { border: 0;} .ietf-ballot .left { background: #edf5ff; width:160px; padding-left: 10px; }