diff options
| author | Mark Otto <[email protected]> | 2013-02-13 12:30:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-13 12:30:56 -0800 |
| commit | 96953c20724c200c1a5b53e6a991e24c821c8447 (patch) | |
| tree | fed06c7d257933164c8f07a37d6a1881c11fd554 /docs/assets/css/bootstrap.css | |
| parent | b57c20a0572c56d629438e0a7c7371b3b57c4e8f (diff) | |
| download | bootstrap-96953c20724c200c1a5b53e6a991e24c821c8447.tar.xz bootstrap-96953c20724c200c1a5b53e6a991e24c821c8447.zip | |
update makefile to work again; gitignore the compiled docs _gh_pages folder; test makefile with darkened navbar active bg
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9ea76f713..42d53fdd6 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3254,7 +3254,7 @@ button.close { .navbar-inverse .nav > .active > a:hover, .navbar-inverse .nav > .active > a:focus { color: #ffffff; - background-color: #222222; + background-color: #080808; } .navbar-inverse .btn-navbar { @@ -3270,7 +3270,7 @@ button.close { .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { color: #ffffff; - background-color: #222222; + background-color: #080808; } .navbar-inverse .nav li.dropdown > a:hover .caret { |
