diff options
| author | XhmikosR <[email protected]> | 2017-10-02 21:54:47 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-02 21:54:47 +0300 |
| commit | 2891dc143dd8d020479a38e8adfeb85a42fcfd85 (patch) | |
| tree | 2d16494f94c7f24b84487f59c84ba8b1ebaeeca9 /docs/4.0/examples/carousel | |
| parent | eaccb6070185e8447fbb32cb18b28d9b7537405f (diff) | |
| download | bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.tar.xz bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.zip | |
Normalize examples' CSS. (#24210)
Diffstat (limited to 'docs/4.0/examples/carousel')
| -rw-r--r-- | docs/4.0/examples/carousel/carousel.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/carousel/carousel.css b/docs/4.0/examples/carousel/carousel.css index 5fbdea52e..f9b5a7e49 100644 --- a/docs/4.0/examples/carousel/carousel.css +++ b/docs/4.0/examples/carousel/carousel.css @@ -18,8 +18,8 @@ body { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { - z-index: 10; bottom: 3rem; + z-index: 10; } /* Declare heights because of positioning of img element */ @@ -45,7 +45,7 @@ body { text-align: center; } .marketing h2 { - font-weight: normal; + font-weight: 400; } .marketing .col-lg-4 p { margin-right: .75rem; |
