diff options
author | Chris Lawrence | 2013-06-26 21:21:19 -0400 |
---|---|---|
committer | Chris Lawrence | 2013-06-26 21:21:19 -0400 |
commit | ad086b897eafb9f314f75dfc8e451090b6bbf809 (patch) | |
tree | 9dd024d4fca3a57a6622b79ebbd05b888b8f3115 /css/print | |
parent | 173b4e7f257de850a547e024a83cb0dbee7507b8 (diff) | |
parent | 37c9246a6e7c1cc05e586724a2244f7c24c68995 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/pdf.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index ffbedc1..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 { @@ -127,7 +132,7 @@ ul, ol, div, p { left: 0 !important; top: 0 !important; margin: 0 !important; - padding: 2cm 1cm 0 1cm !important; + padding: 2cm 2cm 0 2cm !important; box-sizing: border-box !important; opacity: 1 !important; @@ -149,6 +154,10 @@ ul, ol, div, p { height: auto !important; min-height: auto !important; } +.reveal .absolute-element { + margin-left: 2.2cm; + margin-top: 1.8cm; +} .reveal section .fragment { opacity: 1 !important; visibility: visible !important; |