aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 11:27:07 -0800
committerMark Otto <[email protected]>2012-03-10 11:27:07 -0800
commitf4e879a93612e8ec121985f075812f63c0d4f355 (patch)
tree75ab2b39449b8d9a7d5601ac3cace33fa38c87bf /docs/assets/css/bootstrap.css
parentc414e57dccf0d0177f42df10d2f36f79581563d6 (diff)
downloadbootstrap-f4e879a93612e8ec121985f075812f63c0d4f355.tar.xz
bootstrap-f4e879a93612e8ec121985f075812f63c0d4f355.zip
fix the font-family var by using inherit instead of empty string, fix font-weight in docs for jumbotron
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 3a79af206..de85e2082 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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,