Created
July 26, 2019 12:50
-
-
Save thmsobrmlr/7ba13612220a91000ab6e050fdb733cc to your computer and use it in GitHub Desktop.
Confluence Export PDF Custom Style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@page { | |
size: 210mm 297mm; /* A4-sized pages in portrait orientation; default is US letter */ | |
margin-top: 2.54cm; | |
margin-bottom: 2.54cm; | |
margin-left: 1.27cm; | |
margin-right: 1.27cm; | |
} | |
body,p,li,td,table,tr,.bodytext,.stepfield { | |
font-size: 15px; | |
line-height: 1.5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment