From 2b4cd682fdb55af95bc44ea63fb976802e678440 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Fri, 29 Jul 2016 16:38:23 +0200 Subject: [PATCH] Small CSS changes --- css/style.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 48cd0da..a5fc2f8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,9 @@ .fa { - margin-right: 5px; + margin-right: 5px } .icon-smaller { - font-size: 0.7em; + font-size: 0.7em } a { @@ -27,6 +27,10 @@ a { float: right } +.pullright .fa { + margin-right: 0px +} + /* ****** */ /* STATUS */ @@ -40,8 +44,12 @@ a { float: right } -.serverstatus .fa { - margin: 0; +.serverstatus .fa-signal { + margin-right: 3px +} + +.serverstatus .fa-bolt { + margin-right: 11px } .serverstatus span { @@ -86,7 +94,7 @@ a { /* ****** */ body { - padding-top: 80px; + padding-top: 80px } .navbar { @@ -116,7 +124,7 @@ body { /* ****** */ html { - height: 100%; + height: 100% } body {