diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-07-18 22:36:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-07-18 22:36:42 -0700 |
commit | 24f4d37ebca7a94f5d6110af60f3fbc8f660918b (patch) | |
tree | 4da6a2385f3c9171476467584e943f5d8046fd0c /styles.html | |
parent | 4aeaa585b7351ee2490d5721dc199dd3e225ba71 (diff) | |
download | pandoc-templates-24f4d37ebca7a94f5d6110af60f3fbc8f660918b.tar.gz pandoc-templates-24f4d37ebca7a94f5d6110af60f3fbc8f660918b.zip |
Updated templates for pandoc 2.14.1
Diffstat (limited to 'styles.html')
-rw-r--r-- | styles.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles.html b/styles.html index e744d83..d26a39c 100644 --- a/styles.html +++ b/styles.html | |||
@@ -14,7 +14,7 @@ body { | |||
14 | padding-top: $if(margin-top)$$margin-top$$else$50px$endif$; | 14 | padding-top: $if(margin-top)$$margin-top$$else$50px$endif$; |
15 | padding-bottom: $if(margin-bottom)$$margin-bottom$$else$50px$endif$; | 15 | padding-bottom: $if(margin-bottom)$$margin-bottom$$else$50px$endif$; |
16 | hyphens: auto; | 16 | hyphens: auto; |
17 | word-wrap: break-word; | 17 | overflow-wrap: break-word; |
18 | text-rendering: optimizeLegibility; | 18 | text-rendering: optimizeLegibility; |
19 | font-kerning: normal; | 19 | font-kerning: normal; |
20 | } | 20 | } |
@@ -93,6 +93,7 @@ $endif$ | |||
93 | pre code { | 93 | pre code { |
94 | padding: 0; | 94 | padding: 0; |
95 | overflow: visible; | 95 | overflow: visible; |
96 | overflow-wrap: normal; | ||
96 | } | 97 | } |
97 | .sourceCode { | 98 | .sourceCode { |
98 | background-color: transparent; | 99 | background-color: transparent; |