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 {