static/irclogs.css
changeset 50 f13cf27a360b
parent 49 aaa62c8e5bd5
child 54 b65a95eb9f6b
--- a/static/irclogs.css	Sun Feb 08 04:59:22 2009 +0200
+++ b/static/irclogs.css	Mon Feb 09 00:24:13 2009 +0200
@@ -51,7 +51,7 @@
     height: 1.5em;
 }
 
-#menu li:first {
+#menu li:first-child {
     border-left: none;
 }
 
@@ -93,10 +93,6 @@
     background-color: #d0d0d0;
 }
 
-#menu form option {
-    background-color: auto;
-}
-
 /*
  * Content
  */
@@ -108,8 +104,7 @@
  * Footer
  */
 div#footer {
-    width: 100%;
-    padding: 10px 0px 10px;
+    padding: 10px;
     
     border-top: 1px dashed #a5a5a5;