0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Remove re-declaration of font-fam, font-size, and line-height in p

This commit is contained in:
Paul Vorbach 2012-05-20 11:54:21 +03:00
parent b261f9781b
commit faf2866f96

View 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;