From 08d6dc5b71875d1a91fc6e6d024f326229c35713 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Aug 2015 21:42:47 -0700 Subject: add basic figure support --- docs/dist/css/bootstrap-flex.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap-flex.css') 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%; -- cgit v1.2.3