diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-01 14:29:03 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-01 14:29:03 -0800 |
commit | ea458373726e7e3424617160aafcb3f7eacfd4e7 (patch) | |
tree | 8460b4e3245d9a8e9842e24a98838c8649773be6 /test | |
parent | 95d8713633f659e47a3684c0c30ba216fcd3fd63 (diff) | |
download | pandoc-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 'test')
-rw-r--r-- | test/lhs-test.html | 4 | ||||
-rw-r--r-- | test/lhs-test.html+lhs | 4 | ||||
-rw-r--r-- | test/writer.html4 | 4 | ||||
-rw-r--r-- | test/writer.html5 | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 78bdb7238..888b38826 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -81,16 +81,12 @@ } code { font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - background-color: #f0f0f0; font-size: 85%; margin: 0; - padding: .2em .4em; } pre { margin: 1.7em 0; line-height: 1.5em; - padding: 1em; - background-color: #f0f0f0; overflow: auto; } pre code { diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 90cb1fc0d..235bb499e 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -81,16 +81,12 @@ } code { font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - background-color: #f0f0f0; font-size: 85%; margin: 0; - padding: .2em .4em; } pre { margin: 1.7em 0; line-height: 1.5em; - padding: 1em; - background-color: #f0f0f0; overflow: auto; } pre code { diff --git a/test/writer.html4 b/test/writer.html4 index f1f6e9c98..a74705151 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -84,16 +84,12 @@ } code { font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - background-color: #f0f0f0; font-size: 85%; margin: 0; - padding: .2em .4em; } pre { margin: 1.7em 0; line-height: 1.5em; - padding: 1em; - background-color: #f0f0f0; overflow: auto; } pre code { diff --git a/test/writer.html5 b/test/writer.html5 index cb33a106d..b5e65a4d7 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -84,16 +84,12 @@ } code { font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - background-color: #f0f0f0; font-size: 85%; margin: 0; - padding: .2em .4em; } pre { margin: 1.7em 0; line-height: 1.5em; - padding: 1em; - background-color: #f0f0f0; overflow: auto; } pre code { |