aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-01 14:29:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-01 14:29:03 -0800
commitea458373726e7e3424617160aafcb3f7eacfd4e7 (patch)
tree8460b4e3245d9a8e9842e24a98838c8649773be6 /MANUAL.txt
parent95d8713633f659e47a3684c0c30ba216fcd3fd63 (diff)
downloadpandoc-ea458373726e7e3424617160aafcb3f7eacfd4e7.tar.gz
Default CSS: avoid padding and color if monobackgroundcolor not given.
This makes the default more austere, while putting the padded, colored code elements within easy reach.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 74754e640..426aa5947 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2215,7 +2215,8 @@ ODT or pptx.
: sets the CSS `font-family` property on `code` elements.
`monobackgroundcolor`
-: sets the CSS `background-color` property on `code` elements.
+: sets the CSS `background-color` property on `code` elements
+ and adds extra padding.
`linestretch`
: sets the CSS `line-height` property on the `html` element,