aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/carousel.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-04 22:18:49 -0800
committerMark Otto <[email protected]>2016-12-04 22:18:49 -0800
commite40a09ba2ed6eaf231fb202c253c0f55053b39e6 (patch)
treeba7b2f5f2c460a7c80b0a5ec6484d6073cadb3fb /docs/examples/carousel/carousel.css
parent7c3bda24f0706510bcbb1525a3d07541978c07b6 (diff)
downloadbootstrap-e40a09ba2ed6eaf231fb202c253c0f55053b39e6.tar.xz
bootstrap-e40a09ba2ed6eaf231fb202c253c0f55053b39e6.zip
redo the carousel example to match
Diffstat (limited to 'docs/examples/carousel/carousel.css')
-rw-r--r--docs/examples/carousel/carousel.css18
1 files changed, 7 insertions, 11 deletions
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%;
}