[issue1555] Print-media stylesheet for sphinx docs incomplete

2007-12-04 Thread Georg Brandl

Georg Brandl added the comment:

Thanks, committed as r59328.

--
nosy: +georg.brandl
resolution:  -> accepted
status: open -> closed

__
Tracker <[EMAIL PROTECTED]>

__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1555] Print-media stylesheet for sphinx docs incomplete

2007-12-04 Thread Tim Golden

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]>

__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