aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/type.less b/lib/type.less
index d092b203d..7f8044cd8 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -149,12 +149,12 @@ blockquote {
border-left: 5px solid #eee;
padding-left: 15px;
p {
- #font > .shorthand(300,14px,@baseLineHeight);
+ #font > .shorthand(300,16px,@baseLineHeight * 1.25);
margin-bottom: 0;
}
small {
display: block;
- #font > .shorthand(300,12px,@baseLineHeight);
+ line-height: @baseLineHeight;
color: @grayLight;
&:before {
content: '\2014 \00A0';