From b146cc7dfdd23abb12bc51a758d17b211f8d413e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 26 Feb 2014 05:52:16 -0500 Subject: [PATCH] feature(style) .loading top: 1px -> 2px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 780f97f9..70296b12 100644 --- a/css/style.css +++ b/css/style.css @@ -87,7 +87,7 @@ body { .loading { position : relative; - top : 1px; + top : 2px; display : inline-block; width : 16px; height : 16px;