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 /docs/dist/css/bootstrap-flex.css | |
| parent | 253bb378e213ec184d66ecfccb5a78a0d5ee08d7 (diff) | |
| download | bootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.tar.xz bootstrap-08d6dc5b71875d1a91fc6e6d024f326229c35713.zip | |
add basic figure support
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
| -rw-r--r-- | docs/dist/css/bootstrap-flex.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 3fd05e4a4..811c71bc3 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.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%; |
