diff options
| author | Bardi Harborow <[email protected]> | 2016-10-20 01:45:00 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-10-20 02:11:55 +1100 |
| commit | ba49d709baa3120782b96e1379e5cbe797ce01c9 (patch) | |
| tree | 99c438a22555316577307976b065967b3d5b18af /docs/examples/carousel | |
| parent | dd22d9925460a06c49a19f5142019a2a30c41119 (diff) | |
| download | bootstrap-ba49d709baa3120782b96e1379e5cbe797ce01c9.tar.xz bootstrap-ba49d709baa3120782b96e1379e5cbe797ce01c9.zip | |
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"> |
