aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-09 21:42:47 -0700
committerMark Otto <[email protected]>2015-08-09 21:42:47 -0700
commit08d6dc5b71875d1a91fc6e6d024f326229c35713 (patch)
tree44d03ed1073f70f312b34360597e31c8d269d5f7 /docs/dist/css/bootstrap.css
parent253bb378e213ec184d66ecfccb5a78a0d5ee08d7 (diff)
downloadbootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.tar.xz
bootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.zip
add basic figure support
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index dd5d9e258..b9e830738 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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%;