Partial fix to header and footer locations on page. Fixed Ancestor Tree overrun into footer.
svn: r13143
This commit is contained in:
@@ -58,11 +58,16 @@ Females Web_Gender_Female.png
|
||||
|
||||
body {
|
||||
color: #000;
|
||||
margin: 0 auto;
|
||||
padding: 88px 0 60px 0;
|
||||
margin: 0;
|
||||
background-color: #FFF;
|
||||
font-family: Arial, sans, sans-serif, Helvetica;
|
||||
}
|
||||
body.location {
|
||||
padding: 94px 0px 60px 0px;
|
||||
}
|
||||
body.nolocation {
|
||||
padding: 94px 0px 0px 0px;
|
||||
}
|
||||
div {
|
||||
margin:0;
|
||||
padding:0;
|
||||
@@ -200,16 +205,15 @@ span.preposition {
|
||||
top: 0;
|
||||
overflow: auto;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
height: 80px;
|
||||
margin:0;
|
||||
padding:0 0 .9em 0;
|
||||
background-color: #542;
|
||||
border-bottom:solid 8px #5D835F;
|
||||
}
|
||||
#SiteTitle {
|
||||
margin:0;
|
||||
padding:.5em 0 0 20px;
|
||||
font-size: 32px;
|
||||
padding:.5em 0 0.5em 10px;
|
||||
font-size: 40px;
|
||||
color:#FFF;
|
||||
font-style:italic;
|
||||
}
|
||||
@@ -224,23 +228,21 @@ p#user_header {
|
||||
/* Footer
|
||||
----------------------------------------------------- */
|
||||
#footer {
|
||||
clear:both;
|
||||
font-size:12px;
|
||||
color:#FFF;
|
||||
margin:0 auto;
|
||||
background-color: #542;
|
||||
border-top:solid 8px #5D835F;
|
||||
}
|
||||
#footer .nobottom {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
color: #FFF;
|
||||
background-color: #542;
|
||||
margin: 0;
|
||||
border-top: solid 8px #5D835F;
|
||||
}
|
||||
#footer .bottom {
|
||||
.nolocation {
|
||||
}
|
||||
.location {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
}
|
||||
#footer a, #footer a:visited {
|
||||
text-decoration:none;
|
||||
|
Reference in New Issue
Block a user