]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn off toc list for print output.
authorBob Stayton <bobs@sagehill.net>
Tue, 29 Mar 2005 20:03:31 +0000 (20:03 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 29 Mar 2005 20:03:31 +0000 (20:03 +0000)
website/example/example.css

index df201ea764099fdca07e87f788863da7294f5662..d49bebdba42f6df531bf887b6fa41be87f0f2996 100644 (file)
@@ -78,3 +78,10 @@ SPAN.shrink1           { font-size: 80%; }
 SPAN.shrink2           { font-size: 70%; }
 SPAN.shrink3           { font-size: 70%; }
 
+/* Turn off toc for print output */
+@media print { 
+       .navtoc { 
+               display: none; 
+       } 
+} 
+