updated
authorMatt Lee <mattl@gnu.org>
Tue, 2 Mar 2010 15:32:27 +0000 (15:32 +0000)
committerMatt Lee <mattl@gnu.org>
Tue, 2 Mar 2010 15:32:27 +0000 (15:32 +0000)
index.php

index f68db57588c7e5a9d86a303d78f3be76152e1751..1bb060cf921b479208683bade282c1766a55a0d2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,7 +7,9 @@
 
    @import url('http://static.fsf.org/combo.css');
 
-html {background-image: url('i/stripe.png'); margin: 0; padding: 0;}
+html {background-image: url('i/stripe.png');}
+
+body,html { margin: 0 !important; padding: 0 !important;}
 
    #hd, #bd, #ft {background-color: black;}
 
@@ -17,7 +19,7 @@ html {background-image: url('i/stripe.png'); margin: 0; padding: 0;}
 
    #ft p {line-height: 56px; margin: 0; padding: 0; font-size: 30px;}
 
-   #bd {margin: 24px 0; background-image: url(i/bg.png);}
+   #bd {margin: 24px 0;}
 
    #days {text-align: center;}
 
@@ -36,7 +38,12 @@ html {background-image: url('i/stripe.png'); margin: 0; padding: 0;}
 #signup a:active, #signup a:hover{color: red;}
 
 #womens {background-color: orange; font-size: 24px; padding: 24px; text-align: center; text-transform: uppercase; font-weight: bold; margin-top: 1em;}
-  
+
+#friday {background-color: #eec73e;}
+
+#saturday {background-color: #aaccee;}
+
+#sunday {background-color: #98fc66;}  
 
    </style>
 </head>