]> git.ipfire.org Git - pbs.git/commitdiff
Fix spacing of the navigation bar after bootstrap update.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Nov 2012 11:57:13 +0000 (12:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Nov 2012 11:57:13 +0000 (12:57 +0100)
data/static/css/style.css

index 3b57880a576a5bb4d64fa39465640ddcb85f894a..ce0d0f63b0b7baf75d1546f2432ffdf8cf19ceb8 100644 (file)
@@ -1,6 +1,6 @@
 body {
        position: relative;
-       padding-top: 50px;
+       padding-top: 55px;
 
        background-image: linear-gradient(
                bottom,
@@ -40,7 +40,7 @@ body {
 .container-body {
        background-color: white;
 
-       padding: 15px;
+       padding: 20px;
 }
 
 .ac {