From 5e151eff918cb43de4ff39d0eb99c2bd2d77b08c Mon Sep 17 00:00:00 2001 From: donchambers Date: Mon, 17 Mar 2008 15:38:30 +0000 Subject: [PATCH] BP: minor correction to padding and margins for sitenav menu and archives --- templates/bulletproof/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css index d3968ce..a0dbced 100644 --- a/templates/bulletproof/style.css +++ b/templates/bulletproof/style.css @@ -70,6 +70,7 @@ abbr, acronym, .help{ #footer_sitenav ul { list-style-type: none; display: inline; + padding: 0; } #footer_sitenav li { @@ -160,12 +161,15 @@ ul.archives_row { } ul.archives_row li { - padding-right: 2px; + margin-right: 2px; font-size: 80%; } -.archive_summary_postdetails , -.archive_summary_title { +#content h4.archive_summary_title { + margin: 0; +} + +.archive_summary_postdetails { margin: 0; } -- 2.39.5