aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-04-08 17:31:07 -0700
committerMark Otto <[email protected]>2018-04-08 17:31:07 -0700
commit07ee6c8ea171ae883d72d6d240b742537cd20d77 (patch)
tree2a7570fe3636434663ddfac785031d68f237c73b /docs/examples/carousel
parent446973308e66bcd325f815e39717ead0b4694853 (diff)
parenta720e23a518388ae5a374f3499099ca14a68e1e7 (diff)
downloadbootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.tar.xz
bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.zip
Merge branch 'v3.4.0-dev' of https://github.com/twbs/bootstrap-3 into v3.4.0-dev
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/carousel.css15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css
index 8833f82dd..8c61a68fd 100644
--- a/docs/examples/carousel/carousel.css
+++ b/docs/examples/carousel/carousel.css
@@ -1,6 +1,6 @@
/* GLOBAL STYLES
--------------------------------------------------- */
-/* Padding below the footer and lighter body text */
+ * Padding below the footer and lighter body text
+* -------------------------------------------------- */
body {
padding-bottom: 40px;
@@ -42,9 +42,8 @@ body {
height: 500px;
margin-bottom: 60px;
}
-/* Since positioning the image, we need to help out the caption */
.carousel-caption {
- z-index: 10;
+ z-index: 10; /* Since positioning the image, we need to help out the caption */
}
/* Declare heights because of positioning of img element */
@@ -70,7 +69,7 @@ body {
text-align: center;
}
.marketing h2 {
- font-weight: normal;
+ font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: 10px;
@@ -108,11 +107,7 @@ body {
.navbar-wrapper .navbar {
padding-right: 0;
padding-left: 0;
- }
-
- /* The navbar becomes detached from the top, so we round the corners */
- .navbar-wrapper .navbar {
- border-radius: 4px;
+ border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
}
/* Bump up size of carousel content */