From: Mark Otto Date: Sun, 23 Sep 2012 22:16:13 +0000 (-0700) Subject: match decimal placements in type.less X-Git-Tag: v2.2.0^2~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4bf6ef0a0ace19e2e939c0484095e8d45527548;p=thirdparty%2Fbootstrap.git match decimal placements in type.less --- diff --git a/less/type.less b/less/type.less index 3a05bcf0db..2d913dde3e 100644 --- a/less/type.less +++ b/less/type.less @@ -76,7 +76,7 @@ h2 { font-size: @baseFontSize * 2.25; } // ~32px h3 { font-size: @baseFontSize * 1.75; } // ~24px h4 { font-size: @baseFontSize * 1.25; } // ~18px h5 { font-size: @baseFontSize; } -h6 { font-size: @baseFontSize * .85; } // ~12px +h6 { font-size: @baseFontSize * 0.85; } // ~12px h1 small { font-size: @baseFontSize * 1.75; } // ~24px h2 small { font-size: @baseFontSize * 1.25; } // ~18px