diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 16:16:23 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 16:16:27 -0400 |
commit | e0e558ac900d1c7c7f28b95c66d3a0055559a8b1 (patch) | |
tree | 8d50205f5116dc177aad8869040f39109a456361 /css | |
parent | eb002bd2a2c4d964b249a89023433ae489e47783 (diff) | |
download | perl-software-in-gnu-guix-e0e558ac900d1c7c7f28b95c66d3a0055559a8b1.tar perl-software-in-gnu-guix-e0e558ac900d1c7c7f28b95c66d3a0055559a8b1.tar.gz |
more pdf-export tweaks, added slide describing the feature (#92)
Diffstat (limited to 'css')
-rw-r--r-- | css/print-pdf.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/css/print-pdf.css b/css/print-pdf.css index bef6379..26bc142 100644 --- a/css/print-pdf.css +++ b/css/print-pdf.css @@ -15,7 +15,7 @@ } body { - font-size: 20pt; + font-size: 22pt; width: auto; height: auto; border: 0; @@ -47,7 +47,7 @@ html { /* SECTION 3: Set body font face, size, and color. Consider using a serif font for readability. */ body, p, td, li, div, a { - font-size: 20pt; + font-size: 22pt; } /* SECTION 4: Set heading font face, sizes, and color. @@ -118,7 +118,7 @@ ul, ol, div, p { left: 0%; top: 0%; margin-left: 0px; - margin-top: 15%; + margin-top: 50px; padding: 20px 0px; opacity: 1; @@ -138,7 +138,8 @@ ul, ol, div, p { display: block !important; } .reveal section.stack { - margin-top: 0% !important; + margin: 0px !important; + padding: 0px !important; page-break-after: avoid !important; } .reveal section .fragment { @@ -146,4 +147,12 @@ ul, ol, div, p { } .reveal img { box-shadow: none; +} +.reveal .roll { + overflow: visible; + line-height: 1em; +} + +.reveal small a { + font-size: 16pt !important; }
\ No newline at end of file |