Fixed link and doctype statements -- Patch from Jason Simanek. Changed "id="CurrentSection" to "class="CurrentSection" -- for www.w3.org compliance.

svn: r12346
This commit is contained in:
Rob G. Healey
2009-03-14 21:55:30 +00:00
parent cb3d543bd6
commit 44a1904dbd
10 changed files with 37 additions and 50 deletions
+3 -3
View File
@@ -211,7 +211,7 @@ a:visited {
background-color:#FFC35E;
border-bottom:solid 1px #36220B;
}
#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 #8C581C;
border-right:solid 1px #8C581C;
@@ -219,10 +219,10 @@ a:visited {
border-bottom:solid 1px #FFFBE7;
background-color:#FFFBE7;
}
#navigation ul li#CurrentSection a:hover {
#navigation ul li.CurrentSection a:hover {
background-color:#FFFBE7;
}
#subnavigation ul li#CurrentSection a {
#subnavigation ul li.CurrentSection a {
border-width:0 0 1px 0;
}