Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ html {
}
}

/* Don't show the sidebar in print or when saved as PDF */
@media print {
.sidebar {
display: none;
}
}

/* Sidebar links */
.sidebar a {
color: #fff;
Expand Down
7 changes: 7 additions & 0 deletions public/css/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,13 @@ tbody tr:nth-child(odd) th {
color: inherit;
}

/* Don't show the related posts in print or when saved as PDF */
@media print {
.related {
display: none;
}
}


/*
* Pagination
Expand Down