Style Sheets: Changing colors out of the Horizontal Style sheet. Navigation-Horizontal should only contain the structure and layout of the menus.

svn: r15884
This commit is contained in:
Rob G. Healey 2010-09-13 00:40:59 +00:00
parent 30c11e745b
commit 65f9fdd404
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ div#subnavigation ul li a:hover {
}
div#navigation ul li.CurrentSection a,
div#subnavigation ul li.CurrentSection a {
background-color: #13A926;
background-color: #BCEAF6;
font: bold 16px sans;
color: #FFF;
}

View File

@ -66,7 +66,7 @@ div#navigation ul li a, div#subnavigation ul li a {
padding: 11px 0px 11px;
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: red white blue white;
border-color: #FFF;
}
#subnavigation ul li.CurrentSection a {
border-width: 0 0 1px 0;