New submission from Tim Golden:

The print-media stylesheet in the sphinx docs did not completely
eliminate the on-screen layout. The attached patch is against r59327 of
sphinx/style/default.css and has been tested against html, htmlhelp and
web under native Win32.

----------
components: Documentation tools (Sphinx)
files: defaults-r59327.patch
messages: 58193
nosy: tim.golden
severity: minor
status: open
title: Print-media stylesheet for sphinx docs incomplete
versions: Python 3.0
Added file: http://bugs.python.org/file8874/defaults-r59327.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1555>
__________________________________
Index: style/default.css
===================================================================
--- style/default.css	(revision 59327)
+++ style/default.css	(working copy)
@@ -782,9 +782,13 @@
     div.documentwrapper {
         width: 100%;
     }
-
-    div.body {
-        margin: 0;
+
+	div.document, 
+	div.documentwrapper, 
+	div.bodywrapper, 
+	div.body {
+        margin: 0;
+		width : 100%;
     }
 
     div.sidebar,
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to