mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02:00
update makefile to work again; gitignore the compiled docs _gh_pages folder; test makefile with darkened navbar active bg
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user