1
0
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:
Mark Otto
2013-02-13 12:30:56 -08:00
parent b57c20a057
commit 96953c2072
102 changed files with 23 additions and 21179 deletions

View File

@@ -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 {