From ba49d709baa3120782b96e1379e5cbe797ce01c9 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 20 Oct 2016 01:45:00 +1100 Subject: Normalize examples and update where relevant. --- docs/examples/carousel/carousel.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/carousel/carousel.css') diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 52c93a296..a1ec54fa5 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -3,6 +3,7 @@ /* Padding below the footer and lighter body text */ body { + padding-top: 3rem; padding-bottom: 3rem; color: #5a5a5a; } -- cgit v1.2.3 From e40a09ba2ed6eaf231fb202c253c0f55053b39e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Dec 2016 22:18:49 -0800 Subject: redo the carousel example to match --- docs/examples/carousel/carousel.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'docs/examples/carousel/carousel.css') diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index a1ec54fa5..58fdde1cb 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -19,6 +19,7 @@ body { /* Since positioning the image, we need to help out the caption */ .carousel-caption { z-index: 10; + bottom: 3rem; } /* Declare heights because of positioning of img element */ @@ -34,17 +35,12 @@ body { height: 32rem; } -.carousel-indicators { - top: 1.5rem; - right: 1.5rem; - bottom: auto; - left: auto; - width: 1rem; - margin-left: 0; -} - -.carousel-indicators > li { - margin-bottom: .25rem; +.carousel-indicators li { + width: .75rem; + height: .75rem; + margin-right: .25rem; + margin-left: .25rem; + border-radius: 50%; } -- cgit v1.2.3 From 488c18e99b68ed0a4439776ac1f71a1e32dd81f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 17:25:00 -0800 Subject: update all examples --- docs/examples/carousel/carousel.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/examples/carousel/carousel.css') diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 58fdde1cb..5fbdea52e 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -35,14 +35,6 @@ body { height: 32rem; } -.carousel-indicators li { - width: .75rem; - height: .75rem; - margin-right: .25rem; - margin-left: .25rem; - border-radius: 50%; -} - /* MARKETING CONTENT -------------------------------------------------- */ -- cgit v1.2.3