summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-02-24 23:45:52 -0700
committerGitHub <noreply@github.com>2018-02-24 23:45:52 -0700
commit76806738e7a0c21f26f1b2e35032ddde262ce553 (patch)
treeff08563398b548212a68cdcd7f375b536074c327 /data
parentd69ce94f731ace736515764fef065f0b82e9c9c9 (diff)
resolves #1484 scale to 80% for print (PR #2576)
Diffstat (limited to 'data')
-rw-r--r--data/stylesheets/asciidoctor-default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css
index 1f118f19..6cb60c19 100644
--- a/data/stylesheets/asciidoctor-default.css
+++ b/data/stylesheets/asciidoctor-default.css
@@ -383,6 +383,7 @@ p{margin-bottom:1.25rem}
.print-only{display:none!important}
@page{margin:1.25cm .75cm}
@media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
+html{font-size:80%}
a{color:inherit!important;text-decoration:underline!important}
a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}