Skip to content

Instantly share code, notes, and snippets.

@nsmsn
Created November 1, 2017 20:13
Show Gist options
  • Save nsmsn/8aae0fcd730c8487ef96c2a0888635ed to your computer and use it in GitHub Desktop.
Save nsmsn/8aae0fcd730c8487ef96c2a0888635ed to your computer and use it in GitHub Desktop.
abbr, acronym fix
abbr[title], acronym[title] {
cursor: help !important;
border-bottom: 1px dotted #777 !important;
text-decoration: none !important;
}
@nsmsn
Copy link
Author

nsmsn commented Nov 1, 2017

recommend you add this to normalize, or customize with your own styling--fixes most awkward double-lined appearance issues in Firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment