From 12efafc3813e86077b5f5e038fa441b05eda7ef0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Mar 2014 06:08:50 -0500 Subject: [PATCH] refactor(style) set correct order --- css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 70296b12..163f2e22 100644 --- a/css/style.css +++ b/css/style.css @@ -26,10 +26,10 @@ html { } body { - height: 95%; - width: 100%; - font:16px "Droid Sans Mono"; - background-color:white; + width : 100%; + height : 95%; + font : 16px "Droid Sans Mono"; + background-color : white; } .hidden { @@ -91,8 +91,8 @@ body { display : inline-block; width : 16px; height : 16px; - background : url(/img/spinner.gif); vertical-align : top; + background : url(/img/spinner.gif); } .refresh-icon { @@ -166,8 +166,8 @@ body { background-image:url('/img/txt.png'); } .fm { + width : 97%; height: 85%; - width: 97%; margin: 26px auto 0 auto; } .fm-header {