Skip to content

Commit

Permalink
Merge pull request mozilla#62 from ossreleasefeed/highlight-active-li…
Browse files Browse the repository at this point in the history
…nk-in-header

highlight current text in header when active
  • Loading branch information
lauraxt committed Apr 5, 2013
2 parents 6bff8e9 + c156760 commit 3c1c7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ h3 {
font-weight: lighter; font-weight: lighter;
} }
.nav li a.active { .nav li a.active {
border-top: 3px solid #C13832; color: #C13832;
border-top: 3px solid #C13832;
} }
.nav-category { .nav-category {
padding: 20px 0 20px; padding: 20px 0 20px;
Expand Down

0 comments on commit 3c1c7ce

Please sign in to comment.