1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Modern: PDF: Update CSS from HTML.

This commit is contained in:
hacksalot 2016-01-11 11:34:43 -05:00
parent 0a091b30f6
commit 7320643e70

View File

@ -27,7 +27,7 @@ the PDF case, <main> for the HTML case, and style both via an ID. */
background-color: #FFF; background-color: #FFF;
margin: 10px; margin: 10px;
padding: 10px; padding: 10px;
border: none; /*border: 1px solid #E6E6E6;*/
} }
body.pdf > #main { body.pdf > #main {
@ -74,14 +74,14 @@ h1 {
font-size: 46px; font-size: 46px;
} }
h3 { h2 {
font-size: 24px; font-size: 24px;
color: #BFC1C3; color: #BFC1C3;
text-transform: uppercase; text-transform: uppercase;
font-weight: normal; font-weight: normal;
} }
h4 { h3 {
margin-bottom: 0; margin-bottom: 0;
font-size: 18px; font-size: 18px;
} }