Skip to content

Instantly share code, notes, and snippets.

@niczero
Last active January 20, 2017 12:27
Show Gist options
  • Save niczero/73ef013de9da7c385f5f45a4594390f5 to your computer and use it in GitHub Desktop.
Save niczero/73ef013de9da7c385f5f45a4594390f5 to your computer and use it in GitHub Desktop.
Style overrides for clean sourcecode printouts on http://metacpan.org
// Omits most clutter, but you still need to omit pp first and last
@media print {
ul.nav-list, ul.nav, div.col-md-4, div.footer, div.hidden-phone {
display: none;
}
div.content {
margin-left: 0;
padding-left: 0;
}
nav.navbar {
min-height: 0;
}
a[href]:after {
content: "" !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment