Skip to content

Commit ced6623

Browse files
authored
Merge pull request #204 from hugovk/print-hide-header
2 parents 185e4f8 + b53f3a4 commit ced6623

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

python_docs_theme/static/pydoctheme.css

+7
Original file line numberDiff line numberDiff line change
@@ -754,3 +754,10 @@ div.deprecated-removed .versionmodified,
754754
div.versionremoved .versionmodified {
755755
color: var(--deprecated);
756756
}
757+
758+
/* Hide header when printing */
759+
@media print {
760+
div.mobile-nav {
761+
display: none;
762+
}
763+
}

0 commit comments

Comments
 (0)