From 53d2abff922ad1ca776750657d98415a6fedb635 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 30 Nov 2014 13:09:30 +0200 Subject: [PATCH] Carousel example: move the Base64 images outside of the HTML. Use a simple blank.gif and change the background color instead of duplicating stuff. --- docs/examples/carousel/blank.gif | Bin 0 -> 43 bytes docs/examples/carousel/carousel.css | 14 ++++++++++++++ docs/examples/carousel/index.html | 12 ++++++------ 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 docs/examples/carousel/blank.gif diff --git a/docs/examples/carousel/blank.gif b/docs/examples/carousel/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 sc-nLKbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 Hc-jL100001 diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 8833f82ddd..e47a08d0ce 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 diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index e9ecc6e95f..c288de991c 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -80,7 +80,7 @@