aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 01:07:04 -0800
committerMark Otto <[email protected]>2014-12-04 01:07:04 -0800
commit7c391867d7d01713e184dc2d45866ed415a266f9 (patch)
tree3d28e0a6507796066e3860fc2e80969271ebc950 /docs/examples
parent04d9091158961aa17f8399924ce4a3e4bfe40419 (diff)
downloadbootstrap-7c391867d7d01713e184dc2d45866ed415a266f9.tar.xz
bootstrap-7c391867d7d01713e184dc2d45866ed415a266f9.zip
use static top navbar in jumbotron
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/jumbotron/index.html2
-rw-r--r--docs/examples/jumbotron/jumbotron.css1
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index 23c39ab97..499ae3a1a 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -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">
diff --git a/docs/examples/jumbotron/jumbotron.css b/docs/examples/jumbotron/jumbotron.css
index 3a2aa5e97..ccf96fe4c 100644
--- a/docs/examples/jumbotron/jumbotron.css
+++ b/docs/examples/jumbotron/jumbotron.css
@@ -1,5 +1,4 @@
/* Move down content because we have a fixed navbar that is 50px tall */
body {
- padding-top: 5rem;
padding-bottom: 2rem;
}