Skip to content

Commit

Permalink
clean up nav-header in responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 13, 2012
1 parent 944c729 commit cbe10bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/assets/css/bootstrap-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav .nav-header {
color: #999999;
text-shadow: none;
}
.navbar .nav > li > a, .navbar .dropdown-menu a {
padding: 6px 15px;
font-weight: bold;
Expand Down
4 changes: 4 additions & 0 deletions less/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav .nav-header {
color: @navbarText;
text-shadow: none;
}
// Nav and dropdown links in navbar
.navbar .nav > li > a,
.navbar .dropdown-menu a {
Expand Down

0 comments on commit cbe10bd

Please sign in to comment.