aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-05-04 08:24:26 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-05-04 08:24:26 +0200
commitda1f221b4f1ad11edf4099d651cb56e7fae79db0 (patch)
tree566766a23ef914bb000b4ee8e98bdf6e7a5d2455 /css/print
parentfa6187072e70ed8c8f08df6a4a6bd4d68db8074e (diff)
downloadfreenode-live-2017-presentation-da1f221b4f1ad11edf4099d651cb56e7fae79db0.tar
freenode-live-2017-presentation-da1f221b4f1ad11edf4099d651cb56e7fae79db0.tar.gz
reduce max-height of images in pdfs
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 7bcc6cb..ca42f4f 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -142,6 +142,7 @@ ul, ol, div, p {
}
.reveal img {
box-shadow: none;
+ max-height: 80%;
}
.reveal .roll {
overflow: visible;