Commit 4de3a77a authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #6547: Make blockquotes use multiple of @baseFontSize

parent 88e81695
Showing with 5 additions and 3 deletions
+5 -3
...@@ -899,9 +899,9 @@ blockquote { ...@@ -899,9 +899,9 @@ blockquote {
blockquote p { blockquote p {
margin-bottom: 0; margin-bottom: 0;
font-size: 16px; font-size: 17.5px;
font-weight: 300; font-weight: 300;
line-height: 25px; line-height: 1.25;
} }
blockquote small { blockquote small {
......
...@@ -185,7 +185,9 @@ blockquote { ...@@ -185,7 +185,9 @@ blockquote {
border-left: 5px solid @grayLighter; border-left: 5px solid @grayLighter;
p { p {
margin-bottom: 0; margin-bottom: 0;
#font > .shorthand(16px,300,@baseLineHeight * 1.25); font-size: @baseFontSize * 1.25;
font-weight: 300;
line-height: 1.25;
} }
small { small {
display: block; display: block;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment