projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be7d14
)
Hide trails when printing a page
author
Simon McVittie
<smcv@debian.org>
Mon, 9 Apr 2012 15:29:59 +0000
(16:29 +0100)
committer
Simon McVittie
<smcv@debian.org>
Mon, 9 Apr 2012 16:01:24 +0000
(17:01 +0100)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 198d5d544afe8b72a0c1022aecc9505131739d61..6e2afce66b97075614b067991833ed578b8b195f 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-275,6
+275,7
@@
div.progress-done {
@media print {
.actions { display: none; }
.tags { display: none; }
+ .trails { display: none; }
.feedbutton { display: none; }
#searchform { display: none; }
.blogform, #blogform { display: none; }