Skip to content

Commit

Permalink
hid site header and footer on print
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodys-ghost committed Oct 17, 2024
1 parent 704521b commit 661c53a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cc_legal_tools/static/cc-legal-tools/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,11 @@ main > aside > nav ul > li { /* TODO: resolve with vocabulary-theme */
margin-left: .3em;
margin-right: 0;
}

/* print media */
@media print {
.cc-legal-tools > footer,
.cc-legal-tools > header {
display: none;
}
}

0 comments on commit 661c53a

Please sign in to comment.