From 302aedb1d0e5087a5cf76c0bbe8dc87b2058c0b2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 4 Dec 2007 17:11:02 +0000 Subject: [PATCH] #1555: fix print media stylesheet. --- sphinx/style/default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sphinx/style/default.css b/sphinx/style/default.css index deb0d5b90..506aed816 100644 --- a/sphinx/style/default.css +++ b/sphinx/style/default.css @@ -783,8 +783,12 @@ form.comment textarea { width: 100%; } - div.body { + div.document, + div.documentwrapper, + div.bodywrapper, + div.body { margin: 0; + width : 100%; } div.sidebar,