Adjusted header, navigation, and body elements in stylesheet.

svn: r13186
This commit is contained in:
Rob G. Healey 2009-09-10 06:50:56 +00:00
parent b73ad55161
commit 2c9441eae1

View File

@ -59,7 +59,7 @@ Females Web_Gender_Female.png
body { body {
color: #000; color: #000;
margin: 0; margin: 0;
padding: 94px 0px 0px 0px; padding: 130px 0px 0px 0px;
background-color: #FFF; background-color: #FFF;
font-family: Arial, sans, sans-serif, Helvetica; font-family: Arial, sans, sans-serif, Helvetica;
} }
@ -199,11 +199,11 @@ span.preposition {
position: fixed; position: fixed;
top: 0; top: 0;
overflow: auto; overflow: auto;
width:100%; width: 100%;
height: 80px; height: 90px;
margin:0; margin: 0;
background-color: #542; background-color: #542;
border-bottom:solid 8px #5D835F; border-bottom: solid 8px #5D835F;
} }
#SiteTitle { #SiteTitle {
margin:0; margin:0;
@ -316,7 +316,13 @@ div#alphabet ul li.letters a:hover {
/* Navigation /* Navigation
----------------------------------------------------- */ ----------------------------------------------------- */
#navigation, #subnavigation { #navigation {
position: fixed;
top: 104px;
width: 100%;
height: 52px;
}
#subnavigation {
margin:0; margin:0;
padding:0; padding:0;
} }
@ -393,7 +399,7 @@ table.infolist thead tr th a:hover {
table.infolist tr td { table.infolist tr td {
font:normal 1.1em/1.4em serif; font:normal 1.1em/1.4em serif;
vertical-align:middle; vertical-align:middle;
padding:.1em 10px; padding: 6px 0 6px 10px;
} }
table.infolist tr td a { table.infolist tr td a {
display:block; display:block;