0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 01:32:47 +00:00

Added @page css rule to auto turn off margins in Chrome when printing

This commit is contained in:
Scott
2016-02-16 14:10:11 -05:00
parent c8b3a0f183
commit 2231dc3684
4 changed files with 82 additions and 67 deletions

View File

@@ -9,6 +9,9 @@
@horizontalRule : #9c2b1b;
@headerText : #58180D;
@monsterStatBackground : #FDF1DC;
@page { margin: 0; }
.useSansSerif(){
font-family : ScalySans;
em{
@@ -356,4 +359,8 @@
h4+p+hr+ul{
margin-top : -0.5em
}
//Text indent right after table
table+p{
text-indent: 1em;
}
}