diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-23 10:02:16 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-23 10:02:16 -0400 |
commit | 235c78a5c8f3827fe3b110a31843a78fe46f1fab (patch) | |
tree | e0c0b07ea284c1b4b34aae4a3ab205db5f8f8ddc | |
parent | c065705128e902b036be2aa5a7efb06f2b77e4d9 (diff) | |
download | fosdem-2018-presentation-235c78a5c8f3827fe3b110a31843a78fe46f1fab.tar fosdem-2018-presentation-235c78a5c8f3827fe3b110a31843a78fe46f1fab.tar.gz |
pdf print tweak
-rw-r--r-- | css/print/pdf.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index a4fc796..9094ef1 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -71,6 +71,11 @@ a:visited { text-decoration: underline; } +.reveal pre code { + overflow: hidden !important; + font-family: monospace !important; +} + /* SECTION 6: more reveal.js specific additions by @skypanther */ ul, ol, div, p { |