Skip to content

Commit

Permalink
Merge pull request #2140 from otwcode/revert-2052-issue_4260
Browse files Browse the repository at this point in the history
Revert "4260 Fix disappearing tag link underline"
  • Loading branch information
sarken committed Jul 12, 2015
2 parents 1a3399c + e9f9cc6 commit a8f5dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/stylesheets/site/2.0/10-types-groups.css
Expand Up @@ -4,13 +4,12 @@ http://otwcode.github.com/docs/front_end_coding/patterns/supertypes

/*TYPE: TAGS */

/* change border back to 1px after Safari gets it together (Issue 4260) */
a.tag {
color: #111;
line-height: 1.5;
text-decoration: none;
padding: 0;
border-bottom: 0.1em dotted;
border-bottom: 1px dotted;
}

a.tag:hover, .listbox .heading a.tag:visited:hover {
Expand Down

0 comments on commit a8f5dd1

Please sign in to comment.