]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix printing of our manuals (CSS messup, forgot to update the definitions when the...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 20 Aug 2011 17:59:53 +0000 (19:59 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 22 Aug 2011 10:33:01 +0000 (12:33 +0200)
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; }
 }