remove legacy vendor prefixes from pdf css
This commit is contained in:
parent
8bf1cc601a
commit
49251078f3
@ -72,15 +72,8 @@ ul, ol, div, p {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
-webkit-perspective: none;
|
perspective: none;
|
||||||
-moz-perspective: none;
|
perspective-origin: 50% 50%;
|
||||||
-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%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .slides .pdf-page {
|
.reveal .slides .pdf-page {
|
||||||
@ -103,15 +96,8 @@ ul, ol, div, p {
|
|||||||
|
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
||||||
-webkit-transform-style: flat !important;
|
transform-style: flat !important;
|
||||||
-moz-transform-style: flat !important;
|
transform: none !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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal section.stack {
|
.reveal section.stack {
|
||||||
|
Loading…
Reference in New Issue
Block a user