From: Mark Otto Date: Mon, 27 Oct 2014 10:07:25 +0000 (-0700) Subject: add height to new navbar examples to show behavior X-Git-Tag: v4.0.0-alpha~573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125c3859a0ebc87031853117012bef3a3a2b6aed;p=thirdparty%2Fbootstrap.git add height to new navbar examples to show behavior --- diff --git a/docs/examples/navbar-top-fixed/navbar-top-fixed.css b/docs/examples/navbar-top-fixed/navbar-top-fixed.css index 3207ab1779..3e4f59f4b2 100644 --- a/docs/examples/navbar-top-fixed/navbar-top-fixed.css +++ b/docs/examples/navbar-top-fixed/navbar-top-fixed.css @@ -1,3 +1,5 @@ body { + /* Show it's not fixed to the top */ + min-height: 75rem; padding-top: 6rem; } diff --git a/docs/examples/navbar-top/navbar-top.css b/docs/examples/navbar-top/navbar-top.css index e69de29bb2..25bbdde094 100644 --- a/docs/examples/navbar-top/navbar-top.css +++ b/docs/examples/navbar-top/navbar-top.css @@ -0,0 +1,4 @@ +/* Show it's not fixed to the top */ +body { + min-height: 75rem; +}