aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 437c70b76..982d94f59 100644
--- a/less/type.less
+++ b/less/type.less
@@ -233,7 +233,8 @@ blockquote {
p:last-child {
margin-bottom: 0;
}
- small {
+ small,
+ .small {
display: block;
line-height: @line-height-base;
color: @blockquote-small-color;