diff options
| author | Paul Vorbach <[email protected]> | 2012-05-20 11:54:21 +0300 |
|---|---|---|
| committer | Paul Vorbach <[email protected]> | 2012-05-20 11:54:21 +0300 |
| commit | faf2866f96513dc1c2775974518d979feb554dbd (patch) | |
| tree | d0cf4b3b69817f99bd37b374d0f48933829d74c5 | |
| parent | b261f9781bbf31f499cb55c49451dc0c0ad43062 (diff) | |
| download | bootstrap-faf2866f96513dc1c2775974518d979feb554dbd.tar.xz bootstrap-faf2866f96513dc1c2775974518d979feb554dbd.zip | |
Remove re-declaration of font-fam, font-size, and line-height in p
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less index 0d5621934..11c871879 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; |
