diff options
| author | Mark Otto <[email protected]> | 2014-12-04 01:07:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 01:07:04 -0800 |
| commit | 7c391867d7d01713e184dc2d45866ed415a266f9 (patch) | |
| tree | 3d28e0a6507796066e3860fc2e80969271ebc950 /docs | |
| parent | 04d9091158961aa17f8399924ce4a3e4bfe40419 (diff) | |
| download | bootstrap-7c391867d7d01713e184dc2d45866ed415a266f9.tar.xz bootstrap-7c391867d7d01713e184dc2d45866ed415a266f9.zip | |
use static top navbar in jumbotron
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/jumbotron/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron/jumbotron.css | 1 |
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; } |
