Adjusted header, navigation, and body elements in stylesheet.
svn: r13186
This commit is contained in:
parent
b73ad55161
commit
2c9441eae1
@ -59,7 +59,7 @@ Females Web_Gender_Female.png
|
||||
body {
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 94px 0px 0px 0px;
|
||||
padding: 130px 0px 0px 0px;
|
||||
background-color: #FFF;
|
||||
font-family: Arial, sans, sans-serif, Helvetica;
|
||||
}
|
||||
@ -199,11 +199,11 @@ span.preposition {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
overflow: auto;
|
||||
width:100%;
|
||||
height: 80px;
|
||||
margin:0;
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
margin: 0;
|
||||
background-color: #542;
|
||||
border-bottom:solid 8px #5D835F;
|
||||
border-bottom: solid 8px #5D835F;
|
||||
}
|
||||
#SiteTitle {
|
||||
margin:0;
|
||||
@ -316,7 +316,13 @@ div#alphabet ul li.letters a:hover {
|
||||
|
||||
/* Navigation
|
||||
----------------------------------------------------- */
|
||||
#navigation, #subnavigation {
|
||||
#navigation {
|
||||
position: fixed;
|
||||
top: 104px;
|
||||
width: 100%;
|
||||
height: 52px;
|
||||
}
|
||||
#subnavigation {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
@ -393,7 +399,7 @@ table.infolist thead tr th a:hover {
|
||||
table.infolist tr td {
|
||||
font:normal 1.1em/1.4em serif;
|
||||
vertical-align:middle;
|
||||
padding:.1em 10px;
|
||||
padding: 6px 0 6px 10px;
|
||||
}
|
||||
table.infolist tr td a {
|
||||
display:block;
|
||||
|
Loading…
Reference in New Issue
Block a user