Remove transform-style workaround in eab984d

Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
Yukai Huang 2019-11-06 12:01:53 +08:00
parent f4921a129a
commit 7c3293768b
No known key found for this signature in database
GPG Key ID: D4D3B2F0E99D4914
1 changed files with 0 additions and 9 deletions

View File

@ -258,19 +258,10 @@ pre.vega > svg {
margin-bottom: -.25em !important;
}
.reveal .slides, .reveal .backgrounds, .reveal.overview {
transform-style: preserve-3d;
}
.slides, #meta {
display: none;
}
.reveal .slides > section,
.reveal .slides > section > section {
transform-style: flat;
}
.reveal.rtl .slides,
.reveal.rtl .slides h1,
.reveal.rtl .slides h2,