2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update less/carousel.less

lessified .carousel-caption
This commit is contained in:
nextgenthemes
2013-01-30 18:14:22 +01:00
parent 64bc5dc91f
commit 72da31e028
+12 -11
View File
@@ -158,15 +158,16 @@
padding: 40px;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
max-width: 60%;
}
.carousel-caption h3,
.carousel-caption p {
color: #fff;
line-height: @line-height-base;
}
.carousel-caption h3 {
margin: 0 0 5px;
}
.carousel-caption p {
margin-bottom: 0;
h3,
p {
color: #fff;
line-height: @line-height-base;
}
h3 {
margin: 0 0 5px;
}
p {
margin-bottom: 0;
}
}