New submission from Charlie <charlie.cl...@clark-consulting.eu>:
The current CSS is also applied when printing which means the border, the
header and footer and
more importantly a fixed width where text gets cut off. The enclosed CSS could
be added for
print media but I think more recent Sphinx templates might help.
----------
files: print.css
messages: 439
nosy: charlie_x
priority: feature
status: unread
title: Printer friendly CSS for the docs.repoze.org
__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue158>
__________________________________
div.sphinxsidebar, div.related, div.footer {
display: none !important;
}
div.bodywrapper {
width: auto;
margin-left: 0 !important;
}
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev