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; }