Skip to content

Commit

Permalink
nav change to undo the top nav bold active state
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 28, 2011
1 parent 9660f6f commit e3865e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bootstrap-1.0.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,6 @@ div.topbar ul li a:hover {
div.topbar ul li.active a {
background-color: #222;
background-color: rgba(0, 0, 0, 0.5);
font-weight: bold;
}
div.topbar ul li.vr {
border-left: 1px solid #008db8;
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-1.0.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/patterns.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ div.topbar {
&.active a {
background-color: #222;
background-color: rgba(0,0,0,.5);
font-weight: bold;
}
// Vertical rule
&.vr {
Expand Down

0 comments on commit e3865e7

Please sign in to comment.