From d335634090e466af3e917f9980b21b89e6d2b6e4 Mon Sep 17 00:00:00 2001 From: Jens Weggemann Date: Wed, 1 Aug 2012 16:29:05 +0200 Subject: [PATCH] Removed thin border around the main body when printing. --- static/rtd.css_t | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/rtd.css_t b/static/rtd.css_t index 90354c3..a83f750 100644 --- a/static/rtd.css_t +++ b/static/rtd.css_t @@ -43,11 +43,16 @@ div.document { div.bodywrapper { background-color: {{ theme_white }}; - border-left: 1px solid {{ theme_lighter_gray }}; - border-bottom: 1px solid {{ theme_lighter_gray }}; margin: 0 0 0 16em; } +@media screen { + div.bodywrapper { + border-left: 1px solid {{ theme_lighter_gray }}; + border-bottom: 1px solid {{ theme_lighter_gray }}; + } +} + div.body { margin: 0; padding: 0.5em 1.3em;