Commit a7029edc authored by Mark Otto's avatar Mark Otto
Browse files

Restyle the blockquote to not thin text or change line-height

parent fd62247b
Showing with 1 addition and 5 deletions
+1 -5
......@@ -602,8 +602,6 @@ blockquote {
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
......
This diff is collapsed.
......@@ -266,8 +266,6 @@ blockquote {
border-left: 5px solid @blockquote-border-color;
p {
font-size: (@font-size-base * 1.25);
font-weight: 300;
line-height: 1.25;
}
p:last-child {
margin-bottom: 0;
......
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