Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2016 13:38
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 anonymous/06e583364c733cb1c8e8b06c9212bb35 to your computer and use it in GitHub Desktop.
Save anonymous/06e583364c733cb1c8e8b06c9212bb35 to your computer and use it in GitHub Desktop.
/* Unnötige Elemente ausblenden für den Druck */
#header-widgets, nav, aside.mashsb-container,
.sidebar, .mashshare-top, .mashshare-bottom,
.content-ads, .make-comment, .author-bio,
.heading, .related-posts, #decomments-form-add-comment,
#breadcrumbs, #footer, .post-byline, .meta-single,
.site-title img, .post-tags, .readability
{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment