diff options
author | Hakim El Hattab | 2012-08-04 15:45:13 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-08-04 15:45:13 -0400 |
commit | f350c6a5cdc6f7ae01bb490896329cf6533156b6 (patch) | |
tree | 95e5791e4fee740b975dbcf45cfa36ce9f37ef01 /css/print.css | |
parent | 7101c2408dd2ba1656883e186cecc9cace92112e (diff) |
support for PDF export in chrome (closes #92)
Diffstat (limited to 'css/print.css')
-rw-r--r-- | css/print.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/css/print.css b/css/print.css index 519120e..0ac5597 100644 --- a/css/print.css +++ b/css/print.css @@ -11,7 +11,7 @@ beyond the edge of the printed page, and prevents unnecessary background images from printing */ body { - background: #fff url(none); + background: #fff; font-size: 13pt; width: auto; height: auto; @@ -32,8 +32,11 @@ html { This would include navigation, ads, sidebars, etc. */ .nestedarrow, .controls a, -.reveal .progress span, -.reveal.overview { +.reveal .progress, +.reveal.overview, +.fork-reveal, +.share-reveal, +.state-background { display:none; } |