aboutsummaryrefslogtreecommitdiff
path: root/docs
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
commite56461fbd71af38cabff4cc650f6050f765ec603 (patch)
treef42e71be6aa72d52666283433895bd82d6e57e60 /docs
parent8f99692f5609da492ece960277590e7252a72028 (diff)
downloadbootstrap-e56461fbd71af38cabff4cc650f6050f765ec603.tar.xz
bootstrap-e56461fbd71af38cabff4cc650f6050f765ec603.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
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/carousel.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html
index 538a440da..e86029221 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;
+ }
}
</style>