From 54babf429189c9af1bba3d9e97620ba2d1893a56 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 26 Aug 2015 10:00:32 -0400 Subject: [PATCH] Updates to print stylesheet --- css/print.css | 20 ++++++++++++++------ header.php | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/css/print.css b/css/print.css index b3dd37c..a57ed3e 100644 --- a/css/print.css +++ b/css/print.css @@ -2,7 +2,8 @@ GaslightMedia, all rights reserved. */ nav, input, #searchform, .search-top, #slide, aside, .blocks, .partners, footer, -main img, #header-description, #side-nav, .gallery img +main img, #header-description, #side-nav, .gallery img, #blog-side-info-wrapper, +#header-links, .search-top, .wp-caption { display: none !important; } @@ -19,19 +20,26 @@ main img, #header-description, #side-nav, .gallery img #copyright { text-align: center; + font-size: 8px; + padding: 20px 0; } main { width: 80%; margin: 0 auto; } - -.breadcrumbs > span::after { - content: ">"; +.breadcrumbs > *:first-child:before { + content: " "; + margin: 0; +} +.breadcrumbs > *:before { + color: #04496d; font-size: 12px; - padding: 0 7px 0 3px; + content: ">"; + margin: 0 0.3125rem; + position: relative; + top: 1px; } - #main-content h1, #main-content h2 { clear: both; } diff --git a/header.php b/header.php index 4740609..9cfbc11 100644 --- a/header.php +++ b/header.php @@ -20,7 +20,7 @@
-
+