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:
parent
30c11e745b
commit
65f9fdd404
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user