1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

add basic figure support

This commit is contained in:
Mark Otto
2015-08-09 21:42:47 -07:00
parent 253bb378e2
commit 08d6dc5b71
18 changed files with 84 additions and 16 deletions

View File

@@ -187,3 +187,20 @@ mark,
}
}
}
//
// Figures
//
.figure {
> img {
@extend .img-responsive;
line-height: 1;
margin-bottom: ($spacer-y / 2);
}
}
.figure-caption {
font-size: 90%;
color: $gray-light;
}