diff options
| author | XhmikosR <[email protected]> | 2018-09-18 21:10:47 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-18 21:10:47 +0300 |
| commit | cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c (patch) | |
| tree | 00c2e6a121842d956438d2a57173860a8caa0bbc /docs/examples/carousel | |
| parent | f9c666017ec017a9b90f4b2c2aa7dd8b414a6312 (diff) | |
| parent | 9c4c72e31e7316c372ceef9c937ad0cba5ae50e7 (diff) | |
| download | bootstrap-cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c.tar.xz bootstrap-cee8e8653dc009b5d86af4a8e2ad3a5e0688ca4c.zip | |
Merge remote-tracking branch 'remotes/origin/v3.4.0-dev' into master-xmr-merged
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/carousel.css | 15 |
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 */ |
