diff options
author | Hakim El Hattab | 2012-11-10 18:15:05 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-11-10 18:15:05 -0500 |
commit | 2834a6bc897d6ded967773cfa3a6bdf3cbc496d3 (patch) | |
tree | 522190f3f3d3731a52b105386a503353b080420c /css/print/pdf.css | |
parent | 87591d95d18b9fe215f06791bd639a6ae4839cfd (diff) |
ensure fragments are visible in print styles, fix page-break error in paper print sheet
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r-- | css/print/pdf.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 7c1a496..02af691 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -141,6 +141,12 @@ ul, ol, div, p { } .reveal section .fragment { opacity: 1 !important; + visibility: visible !important; + + -webkit-transform: none !important; + -moz-transform: none !important; + -ms-transform: none !important; + transform: none !important; } .reveal img { box-shadow: none; @@ -153,7 +159,3 @@ ul, ol, div, p { .reveal small a { font-size: 16pt !important; } - -pre { - font-size: 9pt !important; -} |