From cc69fb970a56154aeafa0c994848fae8887fb59d Mon Sep 17 00:00:00 2001 From: Anthony F Date: Sun, 19 Jun 2011 18:45:57 +1000 Subject: [PATCH] add a line of padding above Loading text --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 3695051..f0e8aaf 100755 --- a/main.css +++ b/main.css @@ -64,7 +64,7 @@ input[type=button]{ margin-top:3px; margin-bottom:4px; } -h3{text-align:center} +h3{text-align:center;padding-top:1em} .buttons{ position:relative; border-top:1px solid #ececec;