aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 09:16:58 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-09-10 09:16:58 +0200
commit5d39e8b8ce261c8753034de97e327feb502736c8 (patch)
tree1bf8f4e1b06cd3313197e384e444fe3881e566ff /css/print
parentb0b2ce1fe310ae9009c710509d1afc2bb2f39e50 (diff)
downloadfreenode-live-2017-presentation-5d39e8b8ce261c8753034de97e327feb502736c8.tar
freenode-live-2017-presentation-5d39e8b8ce261c8753034de97e327feb502736c8.tar.gz
reorder css
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 04b4d65..834018b 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -61,14 +61,6 @@ h1,h2,h3,h4,h5,h6 {
font-family: Courier, 'Courier New', monospace !important;
}
-.reveal .speaker-notes {
- display: block;
- width: 100%;
- max-height: none;
- left: auto;
- top: auto;
-}
-
/* SECTION 5: more reveal.js specific additions by @skypanther */
ul, ol, div, p {
@@ -157,9 +149,19 @@ ul, ol, div, p {
width: 100%;
z-index: -1;
}
+
/* All elements should be above the slide-background */
.reveal section>* {
position: relative;
z-index: 1;
}
+/* Display slide speaker notes when 'showNotes' is enabled */
+.reveal .speaker-notes {
+ display: block;
+ width: 100%;
+ max-height: none;
+ left: auto;
+ top: auto;
+}
+