]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-manuals.css
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / css / lilypond-manuals.css
index b5e7a0cf9312e0bf2532ee44e4531dcd46909b68..995c2173c6e586d111e6318fc79df08bf15363b2 100644 (file)
@@ -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; }
 }