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:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
**************************************************************************************************
|
||||
**************************************************************************************************
|
||||
Copyright Holder and License
|
||||
**************************************************************************************************
|
||||
GRAMPS Cascading Style Sheet
|
||||
@@ -105,13 +105,6 @@ img {
|
||||
.content div.snapshot div.thumbnail p {
|
||||
display:none;
|
||||
}
|
||||
.fullclear {
|
||||
width:100%;
|
||||
height:1px;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
/* General Text
|
||||
----------------------------------------------------- */
|
||||
@@ -246,7 +239,7 @@ p#user_header {
|
||||
background-color:#C1B398;
|
||||
border-bottom:solid 1px #453619;
|
||||
}
|
||||
#navigation ul li#CurrentSection a, #subnavigation ul li#CurrentSection a {
|
||||
#navigation ul li.CurrentSection a, #subnavigation ul li.CurrentSection a {
|
||||
font-weight:bold;
|
||||
font-size:16px;
|
||||
margin-top:-6px;
|
||||
@@ -258,10 +251,10 @@ p#user_header {
|
||||
background-color:#FFF;
|
||||
color:#000;
|
||||
}
|
||||
#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;
|
||||
}
|
||||
|
||||
@@ -1027,14 +1020,6 @@ div#pedigree {
|
||||
#footer p#copyright img {
|
||||
margin-right:10px;
|
||||
}
|
||||
#footer p#quality {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
color:#FFF;
|
||||
}
|
||||
#footer p#quality img {
|
||||
float:center;
|
||||
}
|
||||
#user_footer {
|
||||
width:70%;
|
||||
float:left;
|
||||
|
||||
Reference in New Issue
Block a user