From 5554b08c9f7761f5e91e245dbfc83e472d04ab6e Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Wed, 8 Sep 2010 21:41:28 +0000 Subject: [PATCH] updated --- screen.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/screen.css b/screen.css index f555efe7..2dd724bb 100644 --- a/screen.css +++ b/screen.css @@ -94,15 +94,17 @@ img { padding-bottom: 15px; } #hd { text-align: center; } -#hd h1 { margin: 0; padding-bottom: 5px; } +#hd h1 { margin: 0; } -#hd p { font-size: 40px; +#hd p { font-size: 34px; font-weight: bold; color: #000000; - line-height:40px; + line-height:34px; letter-spacing:-2px; } +#hd p a { display: block; padding: 10px; } + #navi ul{margin:0;padding:0; line-height:50px;text-align:left} @@ -129,4 +131,5 @@ form { width: 500px; margin: 0 auto 0; text-align: center; padding-top: 10px; } form p { font-size: 14px; } -input { font-size: 18px; } \ No newline at end of file +input { font-size: 18px; } + -- 2.25.1