From 9050984a18d0014e77d9e4282dc634343a4dd764 Mon Sep 17 00:00:00 2001
From: yellowled <yellowled>
Date: Fri, 9 May 2008 21:39:51 +0000
Subject: [PATCH] BP: Applied fix for the archives page.

---
 templates/bulletproof/base.css  | 13 ++++++-------
 templates/bulletproof/style.css |  1 -
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css
index 426c86c..9345dc8 100644
--- a/templates/bulletproof/base.css
+++ b/templates/bulletproof/base.css
@@ -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%;
 }
 
diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css
index a0dbced..8a1f2bb 100644
--- a/templates/bulletproof/style.css
+++ b/templates/bulletproof/style.css
@@ -161,7 +161,6 @@ ul.archives_row {
 }
 
 ul.archives_row li {
-    margin-right: 2px;
     font-size: 80%;
 }
 
-- 
2.39.5