From 884cfa380b99a06393f2a36594c89d5959cb50bc Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Wed, 8 Sep 2010 21:38:28 +0000 Subject: [PATCH] remove space at top --- screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen.css b/screen.css index e1bcc5fb..18be2d26 100644 --- a/screen.css +++ b/screen.css @@ -94,7 +94,7 @@ img { padding-bottom: 15px; } #hd { text-align: center; } -#hd h1 { margin: 0; padding-top: 10px; padding-bottom: 5px; } +#hd h1 { margin: 0; padding-bottom: 5px; } #hd p { font-size: 40px; font-weight: bold; -- 2.25.1