From 7320643e70683bba66bc7d60fba4e956dd9d36a0 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 11 Jan 2016 11:34:43 -0500 Subject: [PATCH] Modern: PDF: Update CSS from HTML. --- themes/modern/src/modern-pdf.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/modern/src/modern-pdf.css b/themes/modern/src/modern-pdf.css index 5918963..4420158 100644 --- a/themes/modern/src/modern-pdf.css +++ b/themes/modern/src/modern-pdf.css @@ -27,7 +27,7 @@ the PDF case,
for the HTML case, and style both via an ID. */ background-color: #FFF; margin: 10px; padding: 10px; - border: none; + /*border: 1px solid #E6E6E6;*/ } body.pdf > #main { @@ -74,14 +74,14 @@ h1 { font-size: 46px; } -h3 { +h2 { font-size: 24px; color: #BFC1C3; text-transform: uppercase; font-weight: normal; } -h4 { +h3 { margin-bottom: 0; font-size: 18px; }