mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update less/carousel.less
lessified .carousel-caption
This commit is contained in:
parent
64bc5dc91f
commit
72da31e028
1 changed files with 12 additions and 11 deletions
|
@ -158,15 +158,16 @@
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
}
|
|
||||||
.carousel-caption h3,
|
h3,
|
||||||
.carousel-caption p {
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
}
|
}
|
||||||
.carousel-caption h3 {
|
h3 {
|
||||||
margin: 0 0 5px;
|
margin: 0 0 5px;
|
||||||
}
|
}
|
||||||
.carousel-caption p {
|
p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue