Skip to content

Commit 808468c

Browse files
committed
CSS: fix background color of WG list in left navbar
- Legacy-Id: 2176
1 parent 1cf07ae commit 808468c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ body { margin: 0; }
6161
.ietf-navbar a, .ietf-navbar a:visited { color: #000000; }
6262
.ietf-navbar > ul > li > a:hover { background-color: #b3d4ff; }
6363
.ietf-navbar .yuimenuitemlabel { font-size: 12px; padding: 0 10px; }
64-
.ietf-navbar #wgs .bd { background-color: #ecf5fa; }
64+
.ietf-navbar #wgs .bd { background-color: #edf5ff; }
6565
.ietf-navbar #wgs > .bd { border: 0;}
6666

6767
.ietf-ballot .left { background: #edf5ff; width:160px; padding-left: 10px; }

0 commit comments

Comments
 (0)