BP: minor correction to padding and margins for sitenav menu and archives

This commit is contained in:
Don Chambers 2008-03-17 15:38:52 +00:00
parent cebf4eef0e
commit e0a30f954c

View File

@ -70,6 +70,7 @@ abbr, acronym, .help{
#footer_sitenav ul { #footer_sitenav ul {
list-style-type: none; list-style-type: none;
display: inline; display: inline;
padding: 0;
} }
#footer_sitenav li { #footer_sitenav li {
@ -160,12 +161,15 @@ ul.archives_row {
} }
ul.archives_row li { ul.archives_row li {
padding-right: 2px; margin-right: 2px;
font-size: 80%; font-size: 80%;
} }
.archive_summary_postdetails , #content h4.archive_summary_title {
.archive_summary_title { margin: 0;
}
.archive_summary_postdetails {
margin: 0; margin: 0;
} }