Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Swap color of navigation bar links.
Browse files Browse the repository at this point in the history
fix bug 694074
  • Loading branch information
Michael Kelly committed Dec 15, 2011
1 parent c5fa4a1 commit 4e69052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/css/affiliates.css
Expand Up @@ -989,12 +989,12 @@ div.block-space{
}

.banners_nav li a {
color: #444;
color: #447BC4;
}

.banners_nav li a:hover,
.banners_nav li.selected a {
color: #447BC4;
color: #444;
}

.banners_content .banner_section {
Expand Down

0 comments on commit 4e69052

Please sign in to comment.