Modern: PDF: Update CSS from HTML.

This commit is contained in:
hacksalot 2016-01-11 11:34:43 -05:00
parent 0a091b30f6
commit 7320643e70
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ the PDF case, <main> 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;
}