From e0d51f014639e87b965db87aa09695075935bf44 Mon Sep 17 00:00:00 2001 From: Randy Olson Date: Mon, 18 Nov 2013 13:39:30 -0500 Subject: [PATCH] Make loading box taller --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1c8af0d..c42b325 100644 --- a/css/style.css +++ b/css/style.css @@ -246,7 +246,7 @@ margin-right:10px; /* from http://jsfiddle.net/brennan/mcYKE/ */ .loading { - height: 10em; + height: 12em; width: 20em; top: 50%; left: 50%;