2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix the font-family var by using inherit instead of empty string, fix font-weight in docs for jumbotron

This commit is contained in:
Mark Otto
2012-03-10 11:27:07 -08:00
parent c414e57dcc
commit f4e879a936
4 changed files with 6 additions and 5 deletions
+3 -3
View 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