Skip to content

Commit

Permalink
Merge branch '2.1.0-wip-navbar' into 2.1.0-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 29, 2012
2 parents 134d11b + a30045d commit 761429d
Show file tree
Hide file tree
Showing 21 changed files with 625 additions and 283 deletions.
10 changes: 5 additions & 5 deletions docs/assets/css/bootstrap-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -935,14 +935,14 @@
display: none;
}
.nav-collapse .nav .nav-header {
color: #999999;
color: #555555;
text-shadow: none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
padding: 6px 15px;
font-weight: bold;
color: #999999;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand All @@ -959,7 +959,7 @@
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
background-color: #111111;
background-color: #f2f2f2;
}
.nav-collapse.in .btn-group {
padding: 0;
Expand Down Expand Up @@ -995,8 +995,8 @@
float: none;
padding: 10px 15px;
margin: 10px 0;
border-top: 1px solid #111111;
border-bottom: 1px solid #111111;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
Expand Down
Loading

0 comments on commit 761429d

Please sign in to comment.