aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien <[email protected]>2013-04-02 13:39:04 +0200
committerFabien <[email protected]>2013-04-02 13:39:04 +0200
commit8093426e40ed7be8e0ae612decb5f42f38e48aad (patch)
tree399b98d1e875b3afe0924012bf57b27a5e7c75c9
parent6e6820b3883cf207b69cb7ea9e338ac9fbf7ac35 (diff)
downloadbootstrap-8093426e40ed7be8e0ae612decb5f42f38e48aad.tar.xz
bootstrap-8093426e40ed7be8e0ae612decb5f42f38e48aad.zip
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
-rw-r--r--carousel.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/carousel.html b/carousel.html
index 538a440da..e86029221 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;
+ }
}
</style>