From 7b26ca6892bd6f473b05d682ad96181444209c9d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jan 2013 20:55:09 -0800 Subject: [PATCH] (less) Fixes #6547: Make blockquotes use multiple of @baseFontSize --- type.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/type.less b/type.less index 6b1c6d2912bc..9b7e7eec2031 100644 --- a/type.less +++ b/type.less @@ -185,7 +185,9 @@ blockquote { border-left: 5px solid @grayLighter; p { margin-bottom: 0; - #font > .shorthand(16px,300,@baseLineHeight * 1.25); + font-size: @baseFontSize * 1.25; + font-weight: 300; + line-height: 1.25; } small { display: block;