Skip to content

Commit

Permalink
Merge pull request #639 from alphagov/remove_abbr_underlines
Browse files Browse the repository at this point in the history
Remove abbr underlines in Firefox
  • Loading branch information
edds committed Aug 24, 2015
2 parents 5f482d7 + 3042caa commit 61d8718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/helpers/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
strong {
font-weight: bold;
}

abbr[title], acronym[title] {
text-decoration: none;
}

0 comments on commit 61d8718

Please sign in to comment.