2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Carousel example: move the Base64 images outside of the HTML.

Use a simple blank.gif and change the background color instead of duplicating stuff.
This commit is contained in:
XhmikosR
2014-11-30 13:09:30 +02:00
parent a6f3bdb71f
commit 53d2abff92
3 changed files with 20 additions and 6 deletions
+14
View File
@@ -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