mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
match decimal placements in type.less
This commit is contained in:
parent
af871d57c9
commit
a4bf6ef0a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue