summaryrefslogtreecommitdiffstats
path: root/sphinx/themes/scrolls/static/print.css
blob: 715d90ab665b823dc997f654dc55da3e334135ef (plain)
1
2
3
4
5
6
7
@media print {
    div.header, div.relnav, #toc { display: none; }
    #contentwrapper { padding: 0; margin: 0; border: none; }
    body { color: black; background-color: white; }
    div.footer { border-top: 1px solid #888; color: #888; margin-top: 1cm; }
    div.footer a { text-decoration: none; }
}