From d0863dd3b5b88552617961fda7afebabd2b6cf37 Mon Sep 17 00:00:00 2001 From: Robert Isoski Date: Sun, 10 Nov 2019 20:33:19 +0100 Subject: [PATCH] Update style.css --- themes/default/css/style.css | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 572e8f58..6ec9ab3d 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -1,14 +1,14 @@ html { - min-height: 100%; - position: relative; - box-shadow: 0 0 100px rgba(0, 0, 0, 0.27) inset; + min-height: 100%; + position: relative; + box-shadow: 0 0 100px rgba(0, 0, 0, 0.27) inset; } body { - color: #555; - background: #eee; - margin-bottom: 60px; - font-family: "Lucida Sans Unicode", Verdana; + color: #555; + background: #eee; + margin-bottom: 60px; + font-family: "Lucida Sans Unicode", Verdana; } .whiteFont {color: #fff;} @@ -19,24 +19,24 @@ body { .navbar-default .navbar-toggle {border-color: #888;} .navbar li { - font-size: 13px; - text-transform: uppercase; + font-size: 13px; + text-transform: uppercase; } .navbar, .navbar-collapse { - border: 0; - background: none; + border: 0; + background: none; } ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a { - color: #1ab; - background: none; - border-bottom: 1px solid #1ab; + color: #1ab; + background: none; + border-bottom: 1px solid #1ab; } footer { - bottom: 0; - width: 100%; - font-size: 13px; - position: absolute; + bottom: 0; + width: 100%; + font-size: 13px; + position: absolute; }