]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Applied fix for the archives page. 1.3
authoryellowled <yellowled>
Fri, 9 May 2008 21:39:51 +0000 (21:39 +0000)
committeryellowled <yellowled>
Fri, 9 May 2008 21:39:51 +0000 (21:39 +0000)
templates/bulletproof/base.css
templates/bulletproof/style.css

index 426c86c2d709d469da3675e5c06a7584b58abcff..9345dc89fd1fd68265e836b29a67148ee221ed11 100644 (file)
@@ -217,15 +217,13 @@ body {
     width: 95%;
 }
 
-ul.archives_row {
-    list-style-type: none;
-}
+.archives_header { clear: left; }
 
-ul.archives_row li.archives_graph,
-ul.archives_row li.archives_date,
-ul.archives_row li.archives_count,
-ul.archives_row li.archives_count_link {
+ul.archives_row {
+    clear: left;
     float: left;
+    list-style-type: none;
+    width: 100%;
 }
 
 ul.archives_row li.archives_graph,
@@ -233,6 +231,7 @@ ul.archives_row li.archives_date,
 ul.archives_row li.archives_count,
 ul.archives_row li.archives_count_link,
 ul.archives_row li.archives_link {
+    float: left;
     width: 19.9%;
 }
 
index a0dbced840d239c26b8739591e0bccba90e8dc95..8a1f2bbac64a1bce7c6f9ef207fc9f0e03a34f41 100644 (file)
@@ -161,7 +161,6 @@ ul.archives_row {
 }
 
 ul.archives_row li {
-    margin-right: 2px;
     font-size: 80%;
 }