aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-05-10 10:10:59 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-05-10 10:10:59 +0200
commit06ca536ae1b0f65b58411aab947d70951862c2a1 (patch)
tree7ec9d334e60f35c8293e8c8ee3f749adede91384 /css/print
parentc4e202cd0ffeedc817c0506116744102dd63419a (diff)
downloadfreenode-live-2017-presentation-06ca536ae1b0f65b58411aab947d70951862c2a1.tar
freenode-live-2017-presentation-06ca536ae1b0f65b58411aab947d70951862c2a1.tar.gz
no need to override font sizes after updates to pdf printing
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 7bcc6cb..47ca207 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -16,7 +16,6 @@
}
body {
- font-size: 18pt;
margin: 0 auto !important;
border: 0;
padding: 0;
@@ -45,7 +44,7 @@ html {
/* SECTION 3: Set body font face, size, and color.
Consider using a serif font for readability. */
body, p, td, li, div {
- font-size: 18pt;
+
}
/* SECTION 4: Set heading font face, sizes, and color.
@@ -147,9 +146,6 @@ ul, ol, div, p {
overflow: visible;
line-height: 1em;
}
-.reveal small a {
- font-size: 16pt !important;
-}
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
.reveal section .slide-background {