From: Reinhold Kainhofer Date: Sat, 20 Aug 2011 17:59:53 +0000 (+0200) Subject: Fix printing of our manuals (CSS messup, forgot to update the definitions when the... X-Git-Tag: release/2.15.9-1~9^2~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b430c32d29caa72a7ae3f679f1f62066c1ebfa95;p=lilypond.git Fix printing of our manuals (CSS messup, forgot to update the definitions when the page structure changed) --- diff --git a/Documentation/css/lilypond-manuals.css b/Documentation/css/lilypond-manuals.css index b5e7a0cf93..995c2173c6 100644 --- a/Documentation/css/lilypond-manuals.css +++ b/Documentation/css/lilypond-manuals.css @@ -408,9 +408,10 @@ table.menu { /***********************************************************/ @media print { - /* Hide the sidebar: */ - body { padding-left: 0; } - #tocframe { display: none; } + /* Hide the sidebar and make the main contents take up the full width */ + div#main { position: static; overflow: visible; left: 0; } + div#tocframe { display: none; } + /* Also don't show the navigation toolbars between all sections */ .nav_table { display: none; } }