Last active
August 29, 2015 14:24
-
-
Save miklb/5074a75bee4c210bb528 to your computer and use it in GitHub Desktop.
Using background image so can export from Marked app to PDF
This file contains hidden or 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
@media print { | |
body.custom { | |
background-color: #fff; | |
background-image: url('http:/miklb.com/grid_paper_blue_lines.gif'); | |
-webkit-font-smoothing:antialiased; | |
font:normal .8764em/1.5em Arial,Verdana,sans-serif; | |
margin:100px; | |
} | |
#wrapper { | |
background: transparent !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment