aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-04-29 13:30:56 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-04-29 13:30:56 +0200
commit2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3 (patch)
treeef03a7fcf6035e8982e8fd527ef28a3d3eb7a5d1 /css/print
parenteec14b9c9200abda683bc8e532d1e6500f0a652d (diff)
downloadfreenode-live-2017-presentation-2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3.tar
freenode-live-2017-presentation-2ac0a55ccf0e8f881ff48f3500865bff37ec6fa3.tar.gz
ensure pdf pages are never zero-height
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 e43d05c..7bcc6cb 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -119,6 +119,7 @@ ul, ol, div, p {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
+ min-height: 1px;
opacity: 1 !important;