diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-10 10:09:21 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-10 10:09:21 +0200 |
commit | 64aa3b2647e385b1208b36adf74d111afcca7e39 (patch) | |
tree | 65b6d08addc228cb1926a2511f8efd8e8c1696e7 /css | |
parent | ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b (diff) | |
parent | 587d16ceef9e8f11230d6f183b483388075d3609 (diff) | |
download | fosdem-2018-presentation-64aa3b2647e385b1208b36adf74d111afcca7e39.tar fosdem-2018-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.css | 6 |
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; } - |