Skip to content

Instantly share code, notes, and snippets.

/.css

Created February 5, 2016 16:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/836a373b2629d2485ad8 to your computer and use it in GitHub Desktop.
Save anonymous/836a373b2629d2485ad8 to your computer and use it in GitHub Desktop.
abbr[title],
acronym[title],
dfn[title] {
border-bottom: 1px dotted #000;
}
@supports (text-decoration: dotted underline) {
abbr[title],
acronym[title],
dfn[title] {
text-decoration: dotted underline;
border-bottom: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment