From 7e0dc2b0a92b05ba3d8c3ea45b879302d954e5a1 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 28 Aug 2015 09:57:48 -0400 Subject: [PATCH] Updated printer stylesheet --- css/print.css | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/css/print.css b/css/print.css index a57ed3e..17c2e79 100644 --- a/css/print.css +++ b/css/print.css @@ -1,48 +1,47 @@ /* GaslightMedia, all rights reserved. */ +body +{ + margin: 0mm 0mm 0mm 0mm; +} nav, input, #searchform, .search-top, #slide, aside, .blocks, .partners, footer, main img, #header-description, #side-nav, .gallery img, #blog-side-info-wrapper, -#header-links, .search-top, .wp-caption +#header-links, .search-top, .wp-caption, .breadcrumbs, .ssba, #header-description, +header { display: none !important; } - #logo { text-align: center; - padding: 20px 0; } - .blocks .block { float: left; width: 33%; } - #copyright { text-align: center; font-size: 8px; - padding: 20px 0; + padding: 20px 0 0; } - main { width: 80%; margin: 0 auto; } -.breadcrumbs > *:first-child:before { +/*.breadcrumbs > *:first-child:before { content: " "; - margin: 0; -} -.breadcrumbs > *:before { +}*/ +/*.breadcrumbs > *:before { color: #04496d; font-size: 12px; content: ">"; - margin: 0 0.3125rem; position: relative; top: 1px; -} +}*/ #main-content h1, #main-content h2 { - clear: both; + clear: none; + font-size: 18px; } - a[href]:after { - content: ""; } + font-size: 12px; +} \ No newline at end of file -- 2.17.1