diff options
| author | Mark Otto <[email protected]> | 2012-03-10 11:23:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 11:23:05 -0800 |
| commit | 305374ab1a49a1bdfbab0e52a2be218fc42f3cc0 (patch) | |
| tree | d20f1eaae7a77b6fc8301b102d56dad0cce765c1 /docs/assets/css/bootstrap.css | |
| parent | a613a8ebd01ab9206bc1a84a0bf6945a1238aa5e (diff) | |
| download | bootstrap-305374ab1a49a1bdfbab0e52a2be218fc42f3cc0.tar.xz bootstrap-305374ab1a49a1bdfbab0e52a2be218fc42f3cc0.zip | |
clear up nav variables
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9854e974c..3a79af206 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -310,8 +310,9 @@ h4, h5, h6 { margin: 0; - font-weight: bold; - color: #333333; + font-family: ''; + font-weight: normal; + color: ''; text-rendering: optimizelegibility; } h1 small, |
