fix css
authorMatt Lee <mattl@gnu.org>
Mon, 1 Mar 2010 22:31:32 +0000 (22:31 +0000)
committerMatt Lee <mattl@gnu.org>
Mon, 1 Mar 2010 22:31:32 +0000 (22:31 +0000)
index.php

index 5caf2e3e740267c212181fd3df4cc69795b7fc56..af0f281bdbb7ae6a98fd4ceb2370efb00c1649c0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,7 +7,7 @@
 
    @import url('http://static.fsf.org/combo.css');
 
-   html {background-image: url('i/stripe.png');}
+html {background-image: url('i/stripe.png'); margin: 0; padding: 0;}
 
    #hd, #bd, #ft {background-color: black;}
 
@@ -35,7 +35,7 @@
 
 #signup a:active, #signup a:hover{color: red;}
 
-#womens {background-color: orange; font-size: 24px; padding: 24px; text-align: center;}
+#womens {background-color: orange; font-size: 24px; padding: 24px; text-align: center; text-transform: uppercase; font-weight: bold;}
   
 
    </style>