diff options
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index ef0cb9e57..0fc29f9e1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -226,3 +226,13 @@ input#openid_url { color: #000; padding-left: 18px; } + +/* Things to hide in printouts. */ +@media print { + .actions { display: none; } + .tags { display: none; } + .feedbutton { display: none; } + #searchform { display: none; } + #blogform { display: none; } + #backlinks { display: none; } +} |