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~81^2~11^2~1^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8093426e40ed7be8e0ae612decb5f42f38e48aad;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/carousel.html b/carousel.html index 538a440da1..e86029221c 100644 --- a/carousel.html +++ b/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; + } }