Skip to content

Instantly share code, notes, and snippets.

@marcwiest
Created April 2, 2013 00:20
Show Gist options
  • Select an option

  • Save marcwiest/5288933 to your computer and use it in GitHub Desktop.

Select an option

Save marcwiest/5288933 to your computer and use it in GitHub Desktop.
print visibility classes
.print-only { display: none !important; }
@media print {
.hide-on-print { display: none !important; }
.print-only { display: block !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment