Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-08-10 09:38:16 +0300
committerMark Otto <markdotto@gmail.com>2015-08-10 09:38:16 +0300
commiteaeee93fa34092ee7c107d75edffd6c8274c15fb (patch)
treedd3c7e7a09c4879ebf26a1621e1351414d3de6c9 /scss/_type.scss
parent317c667d1c0d1d0984d863d9d4baad9e1a25b1c6 (diff)
docs rearrange
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index c94c747ffa..07a6162918 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -193,6 +193,9 @@ mark,
//
.figure {
+ // Ensures the caption's text aligns with the image.
+ display: inline-block;
+
> img {
@extend .img-responsive;
line-height: 1;