From a020382681b6393e927f3583fe57c77c81e914e0 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Mon, 1 Mar 2010 22:31:32 +0000 Subject: [PATCH] fix css --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;} -- 2.25.1