]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove re-declaration of font-fam, font-size, and line-height in p 3545/head
authorPaul Vorbach <paul@vorb.de>
Sun, 20 May 2012 08:54:21 +0000 (11:54 +0300)
committerPaul Vorbach <paul@vorb.de>
Sun, 20 May 2012 08:54:21 +0000 (11:54 +0300)
less/type.less

index 0d562193406bc42d437071e0609337588e1da06b..11c87187910ab1697227add433d6c348df9a98ff 100644 (file)
@@ -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;