From 07d2b700e605707abdf92a91f8dacfaea0b1f0b4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 11 Apr 2014 03:01:41 -0400 Subject: [PATCH] refactor(style) .loading --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index c4061815..b101e002 100644 --- a/css/style.css +++ b/css/style.css @@ -98,11 +98,10 @@ body { .loading { position : relative; - top : 2px; display : inline-block; width : 16px; height : 16px; - vertical-align : top; + vertical-align : middle; } .loading-svg {