Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sourcedelica/bc4a7a4228fc606f3a75fda0f4455ade to your computer and use it in GitHub Desktop.
Save sourcedelica/bc4a7a4228fc606f3a75fda0f4455ade to your computer and use it in GitHub Desktop.
My Akka docs print stylesheet
@media print {
.nav-header, nav, footer {
display: none;
}
.fixed-shift-for-large {
margin: 0;
}
.large-9 {
width: 100%
}
pre {
white-space: pre-wrap;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment