X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=bower_components%2Fbootstrap%2Fless%2Ftype.less;h=c40a8910605534dd5c8d676aa5771ab510c80929;hb=424dd8bc118b36c9173dbdc05661086c8566fd17;hp=3fa558f7ac5b082f55ac1e8516988e486e3fad1c;hpb=d29efdf7b225badbee54f074400c996be7159233;p=bootswatch diff --git a/bower_components/bootstrap/less/type.less b/bower_components/bootstrap/less/type.less index 3fa558f..c40a891 100755 --- a/bower_components/bootstrap/less/type.less +++ b/bower_components/bootstrap/less/type.less @@ -72,8 +72,8 @@ h6 { margin-bottom: (@line-height-computed / 2); } -h1, .h1 { font-size: ceil(@font-size-base * 2.70); } // ~38px -h2, .h2 { font-size: ceil(@font-size-base * 2.25); } // ~32px +h1, .h1 { font-size: floor(@font-size-base * 2.60); } // ~36px +h2, .h2 { font-size: floor(@font-size-base * 2.15); } // ~30px h3, .h3 { font-size: ceil(@font-size-base * 1.70); } // ~24px h4, .h4 { font-size: ceil(@font-size-base * 1.25); } // ~18px h5, .h5 { font-size: @font-size-base; }