diff --git a/public/css/hyde.css b/public/css/hyde.css index 213e232920d..7386fe0b909 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -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; diff --git a/public/css/poole.css b/public/css/poole.css index 8ec27e7a844..aa9304685f5 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -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