summaryrefslogtreecommitdiff
path: root/doc/docs.css
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2008-02-06 01:32:33 +0000
committerJason Kirtland <jek@discorporate.us>2008-02-06 01:32:33 +0000
commit9bc19046d16798423a0ddaa028733e8f5b8d3e90 (patch)
tree6d05d62406f2d27ec0cb874c3726ffbac398e231 /doc/docs.css
parentb0991bf661964b3d1cafc4cf0ae4649e14f9b5ea (diff)
downloadsqlalchemy-9bc19046d16798423a0ddaa028733e8f5b8d3e90.tar.gz
- clean up the print version of the docs a bit [ticket:745]
Diffstat (limited to 'doc/docs.css')
-rw-r--r--doc/docs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/docs.css b/doc/docs.css
index 4709da508..72cf4d6a8 100644
--- a/doc/docs.css
+++ b/doc/docs.css
@@ -198,3 +198,11 @@ h3 {
background-color: #900;
}
+@media print {
+ #nav { display: none; }
+ #pagecontrol { display: none; }
+ .topnav .prevnext { display: none; }
+ .bottomnav { display: none; }
+ .totoc { display: none; }
+ .topnav ul li a { text-decoration: none; color: #000; }
+} \ No newline at end of file