From: Paul Vorbach Date: Sun, 20 May 2012 08:54:21 +0000 (+0300) Subject: Remove re-declaration of font-fam, font-size, and line-height in p X-Git-Tag: v2.0.4~1^2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3545%2Fhead;p=thirdparty%2Fbootstrap.git Remove re-declaration of font-fam, font-size, and line-height in p --- diff --git a/less/type.less b/less/type.less index 0d56219340..11c8718791 100644 --- a/less/type.less +++ b/less/type.less @@ -8,9 +8,6 @@ p { margin: 0 0 @baseLineHeight / 2; - font-family: @baseFontFamily; - font-size: @baseFontSize; - line-height: @baseLineHeight; small { font-size: @baseFontSize - 2; color: @grayLight;