Fixed link statements in write_header(). Changed id="CurrentSection" to "class="currentSection". Patch from Jason Simanek.

svn: r12345
This commit is contained in:
Rob G. Healey
2009-03-14 21:30:04 +00:00
parent e3cc1f6d71
commit f699c5cee7
10 changed files with 79 additions and 92 deletions

View File

@@ -212,7 +212,7 @@ a:visited {
background-color:#CCC;
border-bottom:solid 1px #000;
}
#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a {
#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a {
padding-bottom:4px;
border-top:solid 1px #999;
border-right:solid 1px #999;
@@ -220,10 +220,10 @@ a:visited {
border-bottom:solid 1px #FFF;
background-color:#FFF;
}
#navigation ul li#CurrentSection a:hover {
#navigation ul li.CurrentSection a:hover {
background-color:#FFF;
}
#subnavigation ul li#CurrentSection a {
#subnavigation ul li.CurrentSection a {
border-width:0 0 1px 0;
}