diff options
| author | Mark Otto <[email protected]> | 2016-10-24 22:10:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-24 22:10:35 -0700 |
| commit | f11f630acd4b0cfad3188d125241a41b6ab11627 (patch) | |
| tree | 94a6f518289752149c4c273e671a45a4d4f3eb55 /docs/examples/carousel | |
| parent | ee47abd56ccd9af99a4e301e9e6ee6cc93a54bb7 (diff) | |
| parent | ba49d709baa3120782b96e1379e5cbe797ce01c9 (diff) | |
| download | bootstrap-f11f630acd4b0cfad3188d125241a41b6ab11627.tar.xz bootstrap-f11f630acd4b0cfad3188d125241a41b6ab11627.zip | |
Merge pull request #20947 from bardiharborow/examples
Normalize examples and update where relevant.
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/carousel.css | 1 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 52c93a296..a1ec54fa5 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -3,6 +3,7 @@ /* Padding below the footer and lighter body text */ body { + padding-top: 3rem; padding-bottom: 3rem; color: #5a5a5a; } diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 5503b0eab..25dc35af2 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -19,7 +19,7 @@ </head> <body> - <nav class="navbar navbar-static-top navbar-light bg-faded"> + <nav class="navbar navbar-fixed-top navbar-dark bg-inverse"> <a href="#" class="navbar-brand">Carousel</a> <ul class="nav navbar-nav"> <li class="nav-item active"> |
