Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 18, 2014 13:48
Show Gist options
  • Save bmarshall511/512010040b81498368c3 to your computer and use it in GitHub Desktop.
Save bmarshall511/512010040b81498368c3 to your computer and use it in GitHub Desktop.
@media print {
a[href^=http]:after {
font-style: italic;
content: " < " attr(href) " > ";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment