2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
Binary file not shown.
+2 -2
View 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,
+1
View File
@@ -63,6 +63,7 @@ hr.soften {
.jumbotron h1 {
margin-bottom: 9px;
font-size: 81px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}