]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add height to new navbar examples to show behavior
authorMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 10:07:25 +0000 (03:07 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 27 Oct 2014 10:07:25 +0000 (03:07 -0700)
docs/examples/navbar-top-fixed/navbar-top-fixed.css
docs/examples/navbar-top/navbar-top.css

index 3207ab177990c1e7372b5c4e91552e72681de992..3e4f59f4b22f551a99cd79330aadd2730cfb8101 100644 (file)
@@ -1,3 +1,5 @@
 body {
+  /* Show it's not fixed to the top */
+  min-height: 75rem;
   padding-top: 6rem;
 }
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..25bbdde0946469e97e59ab00a68f251375a5dece 100644 (file)
@@ -0,0 +1,4 @@
+/* Show it's not fixed to the top */
+body {
+  min-height: 75rem;
+}