diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-05-20 12:09:49 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-05-20 12:09:55 +0200 |
commit | e7f46155852cc35c338db0a9b5716ea1e5249717 (patch) | |
tree | 209965948585163f98796e4915a401780ad4ec4e /css | |
parent | c1ea5282e1f632a2e9cacc02be8bd4e7ab88dba1 (diff) | |
download | fosdem-2018-presentation-e7f46155852cc35c338db0a9b5716ea1e5249717.tar fosdem-2018-presentation-e7f46155852cc35c338db0a9b5716ea1e5249717.tar.gz |
hide slide numbers while printing to pdf #885
Diffstat (limited to 'css')
-rw-r--r-- | css/print/pdf.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 47ca207..8ac87c5 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -32,8 +32,10 @@ html { /* SECTION 2: Remove any elements not needed in print. This would include navigation, ads, sidebars, etc. */ .nestedarrow, -.controls, +.reveal .controls, .reveal .progress, +.reveal .slide-number, +.reveal .playback, .reveal.overview, .fork-reveal, .share-reveal, |