]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
improve the navbar top display in example--fixes #9635
authorMark Otto <otto@github.com>
Thu, 15 Aug 2013 20:48:47 +0000 (13:48 -0700)
committerMark Otto <otto@github.com>
Thu, 15 Aug 2013 20:48:47 +0000 (13:48 -0700)
assets/css/docs.css

index 494c58ba81a1032b9e9c2f4f2a72e5a9e0d95324..263aeb85cf5b4a61e198c45136b568248f265b1d 100644 (file)
@@ -485,9 +485,15 @@ body {
   margin-left: 0;
   margin-right: 0;
 }
+.bs-navbar-top-example {
+  padding-bottom: 45px;
+}
 .bs-navbar-top-example .navbar-fixed-top {
   top: -1px;
 }
+.bs-navbar-bottom-example {
+  padding-top: 45px;
+}
 .bs-navbar-bottom-example .navbar-fixed-bottom {
   bottom: -1px;
 }