diff options
| author | Mark Otto <[email protected]> | 2015-08-09 21:42:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-09 21:42:47 -0700 |
| commit | 08d6dc5b71875d1a91fc6e6d024f326229c35713 (patch) | |
| tree | 44d03ed1073f70f312b34360597e31c8d269d5f7 /dist/css/bootstrap.css | |
| parent | 253bb378e213ec184d66ecfccb5a78a0d5ee08d7 (diff) | |
| download | bootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.tar.xz bootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.zip | |
add basic figure support
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index dd5d9e258..b9e830738 100644 --- a/dist/css/bootstrap.css +++ b/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%; |
