From: Matt Lee Date: Mon, 1 Mar 2010 22:31:32 +0000 (+0000) Subject: fix css X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a020382681b6393e927f3583fe57c77c81e914e0;p=libreplanet-static.git fix css --- diff --git a/index.php b/index.php index 5caf2e3e..af0f281b 100644 --- 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;}