Skip to content

Instantly share code, notes, and snippets.

@rocktronica
Created April 30, 2013 17:41
Show Gist options
  • Save rocktronica/5490423 to your computer and use it in GitHub Desktop.
Save rocktronica/5490423 to your computer and use it in GitHub Desktop.
Make TT static pages print nicely
#admin-menu, .glorious-header, .responsive-navigation-wrapper,
.static-nav,
.terms .annotation,
.footer-wrapper, .debug, #feedback-tab {
display: none;
}
body {
background: white;
padding: 0 20px;
box-sizing: border-box;
}
.static-content {
margin: 0;
}
.static-content * {
color: black !important;
}
.static-content .static-page {
margin: 0;
}
.row, .wrapper, .column-18, .terms {
width: auto;
float: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment