]> git.mjollnir.org Git - s9y.git/commitdiff
BP: minor correction to padding and margins for sitenav menu and archives
authordonchambers <donchambers>
Mon, 17 Mar 2008 15:38:30 +0000 (15:38 +0000)
committerdonchambers <donchambers>
Mon, 17 Mar 2008 15:38:30 +0000 (15:38 +0000)
templates/bulletproof/style.css

index d3968ce5d78b3106ca5eb53fb236229c6373648b..a0dbced840d239c26b8739591e0bccba90e8dc95 100644 (file)
@@ -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;
 }