]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use static top navbar in jumbotron
authorMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:07:04 +0000 (01:07 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 4 Dec 2014 09:07:04 +0000 (01:07 -0800)
docs/examples/jumbotron/index.html
docs/examples/jumbotron/jumbotron.css

index 23c39ab97609e93196c719786ff223e3c0cc1086..499ae3a1a541af9aeb0fe9faceb3790fc25b88b9 100644 (file)
@@ -22,7 +22,7 @@
 
   <body>
 
-    <nav class="navbar navbar-inverse navbar-fixed-top">
+    <nav class="navbar navbar-inverse navbar-static-top">
       <a class="navbar-brand" href="#">Project name</a>
       <ul class="nav nav-pills">
         <li class="nav-item active">
index 3a2aa5e97bddbf64192742836fa8d52a27da43ba..ccf96fe4c4b8610e8a46453b5bfe5514d0dd9be0 100644 (file)
@@ -1,5 +1,4 @@
 /* Move down content because we have a fixed navbar that is 50px tall */
 body {
-  padding-top: 5rem;
   padding-bottom: 2rem;
 }