From: Fabien Date: Tue, 2 Apr 2013 11:39:04 +0000 (+0200) Subject: Improve responsiveness for tablet and below of navbar in carousel example X-Git-Tag: v3.0.0-rc1~471^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7458%2Fhead;p=thirdparty%2Fbootstrap.git Improve responsiveness for tablet and below of navbar in carousel example - Remove margin-top of navbar-wrapper - Remove border radius of navbar - Space out the carousel --- diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 538a440da1..e86029221c 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -189,6 +189,18 @@ body { font-size: 18px; line-height: 1.5; } + + .navbar-wrapper { + margin-top: 0; + } + + .navbar { + border-radius: 0; + } + + #myCarousel { + margin-top: 54px; + } }