aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/carousel.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-11-30 13:09:30 +0200
committerXhmikosR <[email protected]>2015-01-21 09:51:12 +0200
commit53d2abff922ad1ca776750657d98415a6fedb635 (patch)
tree99b3669d35a2b4b67eaaef6aa666aca8bbd40277 /docs/examples/carousel/carousel.css
parenta6f3bdb71f65e92e1ed4fe140683e49f99526442 (diff)
downloadbootstrap-53d2abff922ad1ca776750657d98415a6fedb635.tar.xz
bootstrap-53d2abff922ad1ca776750657d98415a6fedb635.zip
Carousel example: move the Base64 images outside of the HTML.
Use a simple blank.gif and change the background color instead of duplicating stuff.
Diffstat (limited to 'docs/examples/carousel/carousel.css')
-rw-r--r--docs/examples/carousel/carousel.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css
index 8833f82dd..e47a08d0c 100644
--- a/docs/examples/carousel/carousel.css
+++ b/docs/examples/carousel/carousel.css
@@ -59,6 +59,15 @@ body {
min-width: 100%;
height: 500px;
}
+.carousel-inner > .item > .first-slide {
+ background-color: #777;
+}
+.carousel-inner > .item > .second-slide {
+ background-color: #666;
+}
+.carousel-inner > .item > .third-slide {
+ background-color: #555;
+}
/* MARKETING CONTENT
@@ -76,6 +85,11 @@ body {
margin-right: 10px;
margin-left: 10px;
}
+.marketing .col-lg-4 img {
+ width: 140px;
+ height: 140px;
+ background-color: #777;
+}
/* Featurettes