diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 543de18..4280d57 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -1,4 +1,7 @@ /* override bootstrap */ +.container>.navbar-header { + height: 45px; +} .navbar>.container .navbar-brand { margin-left: 0; } @@ -26,6 +29,10 @@ body { #header-inner { } +#logo { + width: 25px; + margin-top: -3px; +} #content-wrapper { position: relative; max-width: 970px; @@ -134,10 +141,14 @@ body { max-width: 970px; margin:0 auto; background-color: #2d2d2d; - min-height: 60px; + color: #ffffff; } #footer-inner { - + padding-top: 10px; + padding-bottom: 10px; +} +#footer-inner a{ + color: #ffffff; } .field_error { border: 1px solid red; @@ -168,14 +179,3 @@ body { right: 5px; bottom: 5px; } -#search-bar { - display: none; - min-height: 50px; - padding-top: 15px; - padding-bottom: 15px; - background: #ffffff; - border-bottom: 2px solid #f5f5f5; - width: 970px; - margin: 0 auto; -} - |