aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorPaul Vorbach <[email protected]>2012-05-20 11:54:21 +0300
committerPaul Vorbach <[email protected]>2012-05-20 11:54:21 +0300
commitfaf2866f96513dc1c2775974518d979feb554dbd (patch)
treed0cf4b3b69817f99bd37b374d0f48933829d74c5 /less
parentb261f9781bbf31f499cb55c49451dc0c0ad43062 (diff)
downloadbootstrap-faf2866f96513dc1c2775974518d979feb554dbd.tar.xz
bootstrap-faf2866f96513dc1c2775974518d979feb554dbd.zip
Remove re-declaration of font-fam, font-size, and line-height in p
Diffstat (limited to 'less')
-rw-r--r--less/type.less3
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;