Skip to content

Commit

Permalink
Merge pull request #441 from sarken/issue_2840
Browse files Browse the repository at this point in the history
Fix Issue 2840 with link color of visited fandom tags on profiles
  • Loading branch information
elzj committed Jan 23, 2012
2 parents ceb904c + 22015c2 commit e8c6fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/site/2.0/10-types-groups.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://media.transformativeworks.org/training/front_end_coding/patterns/supertyp
/*TYPE: TAGS */
a.tag, .tags a
{ color: #111; line-height:1.5; text-decoration:none; padding: 0 0.125em; border-bottom:1px dotted}
a.tag:hover
a.tag:hover, .listbox .heading a.tag:visited:hover
{ background: #900; color: #fff }
.tags li{ display:inline}
.filters .tags li, .review .tags
Expand Down

0 comments on commit e8c6fc1

Please sign in to comment.