static/irclogs.css
changeset 113 9fc0eb751b6a
parent 112 090192b64d7e
child 114 d4848d807fd1
--- a/static/irclogs.css	Wed Feb 11 22:56:43 2009 +0200
+++ b/static/irclogs.css	Wed Feb 11 23:22:13 2009 +0200
@@ -152,18 +152,14 @@
     background-color: #c8c8c8;
 }
 
-table.calendar td {
-    margin: 1px;
-
-    
-    text-align: center;
-}
-
+/* month header */
 table.calendar tr.month-header th {
 
 }
 
-table.calendar tr.month-header a {
+table.calendar tr.month-header a,
+table.calendar span.prev-month,
+table.calendar span.next-month {
     display: block;
     
     color: inherit;
@@ -176,6 +172,12 @@
     font-size: x-large;
 }
 
+table.calendar th.this-month a.next-month,
+table.calendar span.prev-month,
+table.calendar span.next-month {
+    color: #d5d5d5;
+}
+ 
 table.calendar tr.month-header a:hover {
     background-color: #b5b5b5;
 }
@@ -184,25 +186,24 @@
     margin-top: 5px;
 }
 
-table.calendar a.prev-month {
+table.calendar .prev-month {
     float: left;
 }
 
-table.calendar a.next-month {
+table.calendar .next-month {
     float: right;
 }
 
-table.calendar th.this-month a.next-month {
-    color: #d5d5d5;
-}
-
-
+/* week header */
 table.calendar tr.week-header th {
     width: 14%
 }
 
+/* cells */
 table.calendar td {
     padding: 2px;
+    margin: 1px;
+    text-align: center;
 }
 
 table.calendar td a {
@@ -214,7 +215,7 @@
 
     color: inherit;
 }
-    
+   
 table.calendar td.empty {
     color: #d0d0d0;
 }