]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix the font-family var by using inherit instead of empty string, fix font-weight...
authorMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 19:27:07 +0000 (11:27 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 19:27:07 +0000 (11:27 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
less/variables.less

index b87f61992925b937c240d90711b88aeac94364dc..4200701c9e2d9f7528a70b86c4774a85cdc6c371 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 3a79af2067a4620af2d9817dacaba0669d363260..de85e20824e112e7a7ec682a20d69e402dee203c 100644 (file)
@@ -310,9 +310,9 @@ h4,
 h5,
 h6 {
   margin: 0;
-  font-family: '';
+  font-family: inherit;
   font-weight: normal;
-  color: '';
+  color: inherit;
   text-rendering: optimizelegibility;
 }
 h1 small,
index d62ce4bebc9e432a0a84a01158b75eb3491a45b8..26b47ae7245c605a408ec7a003374fe0252cf048 100644 (file)
@@ -63,6 +63,7 @@ hr.soften {
 .jumbotron h1 {
   margin-bottom: 9px;
   font-size: 81px;
+  font-weight: bold;
   letter-spacing: -1px;
   line-height: 1;
 }
index 21585cb6dfaa181a3c5fe25ff35913821b29132c..a88288773310ad436b4f417146d55825586b8027 100644 (file)
@@ -50,9 +50,9 @@
 @baseLineHeight:        18px;
 @altFontFamily:         Georgia, "Times New Roman", Times, serif;
 
-@headingsFontFamily:    ''; // empty to use BS default, @baseFontFamily
-@headingsFontWeight:    normal; // instead of browser default, bold
-@headingsColor:         ''; // empty to use BS default, @textColor
+@headingsFontFamily:    inherit; // empty to use BS default, @baseFontFamily
+@headingsFontWeight:    normal;  // instead of browser default, bold
+@headingsColor:         inherit; // empty to use BS default, @textColor
 
 
 // Tables