#2816: Wiki "table of contents" are badly printed out
-------------------------+--------------------------------------------------
Reporter: eblot | Owner: jonas
Type: enhancement | Status: new
Priority: lowest | Milestone:
Component: wiki | Version: devel
Severity: trivial | Keywords:
-------------------------+--------------------------------------------------
The ![[PageOutline]] macro does not work well when the page is sent to a
printer.
A media-specific CSS rule could be added to either hide the TOC in paper
prints or improve the TOC presentation.
''Example'':
{{{
@media print {
div.wiki-toc {
visibility: hidden;
}
}
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2816>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets