]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
match decimal placements in type.less
authorMark Otto <markotto@twitter.com>
Sun, 23 Sep 2012 22:16:13 +0000 (15:16 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 23 Sep 2012 22:16:13 +0000 (15:16 -0700)
less/type.less

index 3a05bcf0dbe5bc8300241ad8a6add6fb65f164ee..2d913dde3eecde3c85a5a3e2c7effbc25741eab1 100644 (file)
@@ -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