aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 20:09:12 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 20:09:12 -0500
commit8e79f8592ac2374e4a68e69b77bd142f66f118a9 (patch)
tree02a07086afeb1a3ec955cfac88389e62064f33c7 /css/print
parentbe4c55cd6509d57cd49718c347209eaa9fd5e397 (diff)
downloadfreenode-live-2017-presentation-8e79f8592ac2374e4a68e69b77bd142f66f118a9.tar
freenode-live-2017-presentation-8e79f8592ac2374e4a68e69b77bd142f66f118a9.tar.gz
fixes issue where italic fonts disappeared when printing to pdf (closes #230)
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 02af691..7750657 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -92,6 +92,7 @@ ul, ol, div, p {
display: block;
text-align: center;
+
-webkit-perspective: none;
-moz-perspective: none;
-ms-perspective: none;
@@ -102,8 +103,10 @@ ul, ol, div, p {
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
}
-.reveal .slides>section, .reveal .slides>section>section {
-
+.reveal .slides section {
+
+ page-break-after: always !important;
+
visibility: visible !important;
position: static !important;
width: 100% !important;
@@ -112,8 +115,8 @@ ul, ol, div, p {
display: block !important;
overflow: visible !important;
- left: 0% !important;
- top: 0% !important;
+ left: 0 !important;
+ top: 0 !important;
margin-left: 0px !important;
margin-top: 50px !important;
padding: 20px 0px !important;
@@ -130,10 +133,6 @@ ul, ol, div, p {
-ms-transform: none !important;
transform: none !important;
}
-.reveal section {
- page-break-after: always !important;
- display: block !important;
-}
.reveal section.stack {
margin: 0px !important;
padding: 0px !important;
@@ -155,7 +154,6 @@ ul, ol, div, p {
overflow: visible;
line-height: 1em;
}
-
.reveal small a {
font-size: 16pt !important;
}