From 2aeee68d30a917179e10cdf94709229fca0c6ed2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 4 Oct 2013 10:55:48 +0000 Subject: [PATCH] refactor(style) .loading: set correct order --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c19f8650..fe602edb 100644 --- a/css/style.css +++ b/css/style.css @@ -75,12 +75,12 @@ body { } .loading { + position : relative; + top : 1px; display : inline-block; width : 15px; height : 14.8px; - position:relative; - top:1px; - background:url(/img/spinner.gif); + background : url(/img/spinner.gif); } .refresh-icon {