aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:09:21 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:09:21 +0200
commit64aa3b2647e385b1208b36adf74d111afcca7e39 (patch)
tree65b6d08addc228cb1926a2511f8efd8e8c1696e7 /css
parentca92d22adcf2a5a6c960b2d4a6bdadd13b12385b (diff)
parent587d16ceef9e8f11230d6f183b483388075d3609 (diff)
downloadfreenode-live-2017-presentation-64aa3b2647e385b1208b36adf74d111afcca7e39.tar
freenode-live-2017-presentation-64aa3b2647e385b1208b36adf74d111afcca7e39.tar.gz
Merge branch 'master' of https://github.com/dhyegofernando/reveal.js into dev
Diffstat (limited to 'css')
-rw-r--r--css/print/pdf.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index fb56129..4bfcddc 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -60,8 +60,9 @@ ul, ol, div, p {
}
.reveal .slides {
position: static;
- width: 100%;
- height: auto;
+ width: 100% !important;
+ height: auto !important;
+ zoom: 1 !important;
left: auto;
top: auto;
@@ -167,4 +168,3 @@ ul, ol, div, p {
position: absolute;
font-size: 14px;
}
-