summaryrefslogtreecommitdiffhomepage
path: root/css/print
diff options
context:
space:
mode:
authorSean Parent2018-04-13 07:55:02 -0700
committerGitHub2018-04-13 07:55:02 -0700
commit97c1a0ecc1bf729dbe227ed0a3af0bfd3bc38613 (patch)
tree4fd0f338f0f58a46f213daaaa4744df4980bf45b /css/print
parent64b2a27455240e57c2cc1a90300391a3c3b91e28 (diff)
parent397feab8b4be5f8445ebb05808b507248188d4fe (diff)
Merge branch 'dev' into master
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css22
1 files changed, 4 insertions, 18 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index aa1f7fa..752d955 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -72,15 +72,8 @@ ul, ol, div, p {
overflow: visible;
display: block;
- -webkit-perspective: none;
- -moz-perspective: none;
- -ms-perspective: none;
- perspective: none;
-
- -webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */
- -moz-perspective-origin: 50% 50%;
- -ms-perspective-origin: 50% 50%;
- perspective-origin: 50% 50%;
+ perspective: none;
+ perspective-origin: 50% 50%;
}
.reveal .slides .pdf-page {
@@ -103,15 +96,8 @@ ul, ol, div, p {
opacity: 1 !important;
- -webkit-transform-style: flat !important;
- -moz-transform-style: flat !important;
- -ms-transform-style: flat !important;
- transform-style: flat !important;
-
- -webkit-transform: none !important;
- -moz-transform: none !important;
- -ms-transform: none !important;
- transform: none !important;
+ transform-style: flat !important;
+ transform: none !important;
}
.reveal section.stack {