diff options
| author | Mark Otto <[email protected]> | 2012-09-23 15:16:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-23 15:16:13 -0700 |
| commit | a4bf6ef0a0ace19e2e939c0484095e8d45527548 (patch) | |
| tree | 1f0ec6918846e5ad39a195586a82bb0067264a7d | |
| parent | af871d57c9eeb4ce1cdafd63c983bf706a89bec0 (diff) | |
| download | bootstrap-a4bf6ef0a0ace19e2e939c0484095e8d45527548.tar.xz bootstrap-a4bf6ef0a0ace19e2e939c0484095e8d45527548.zip | |
match decimal placements in type.less
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 3a05bcf0d..2d913dde3 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 |
