From faf2866f96513dc1c2775974518d979feb554dbd Mon Sep 17 00:00:00 2001 From: Paul Vorbach Date: Sun, 20 May 2012 11:54:21 +0300 Subject: [PATCH] Remove re-declaration of font-fam, font-size, and line-height in p --- less/type.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/less/type.less b/less/type.less index 0d562193406b..11c87187910a 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;