Skip to content

Instantly share code, notes, and snippets.

@muZk
Created December 27, 2013 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muZk/8151639 to your computer and use it in GitHub Desktop.
Save muZk/8151639 to your computer and use it in GitHub Desktop.
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.breadcrumb,
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment