update bootstrap to 3.0.0 final
[bootswatch] / bower_components / bootstrap / less / type.less
index 3fa558f..c40a891 100755 (executable)
@@ -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; }