Skip to content

Commit

Permalink
readable: fix navbar active style
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Feb 5, 2015
1 parent 09e07bb commit 9ffd3e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readable/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
border: 1px solid #ddd;
}
}
p

&-nav > .active > a,
&-nav > .active > a:hover {
border: 1px solid #ddd;
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6577,7 +6577,7 @@ button.close {
.navbar-nav > li > a:hover {
border: 1px solid #ddd;
}
p .navbar-nav > .active > a,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
border: 1px solid #ddd;
}
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readable/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
border: 1px solid #ddd;
}
}
p

&-nav > .active > a,
&-nav > .active > a:hover {
border: 1px solid #ddd;
Expand Down

0 comments on commit 9ffd3e7

Please sign in to comment.