On recent changes / history pages, makes the left hand (date) column a
[cocanwiki.git] / html / _css / standard.css
index 527e899..7e99195 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.26 2004/11/03 13:36:44 rich Exp $
+ * $Id: standard.css,v 1.27 2004/11/10 16:52:04 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -265,7 +265,7 @@ ul#recent_changes {
 ul#recent_changes span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* History list. */
@@ -278,7 +278,7 @@ ul#history {
 ul#history span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* Forms. */