1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 20:02:34 +02:00

add basic figure support

This commit is contained in:
Mark Otto
2015-08-09 21:42:47 -07:00
parent 253bb378e2
commit 08d6dc5b71
18 changed files with 84 additions and 16 deletions

View File

@@ -667,7 +667,17 @@ mark,
content: "\00A0 \2014";
}
.img-responsive, .carousel-inner > .carousel-item > img,
.figure > img {
margin-bottom: .5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #818a91;
}
.img-responsive, .figure > img, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
display: block;
max-width: 100%;