summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-04 16:18:59 -0500
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:58:33 +0200
commit0d5e6b1b2978c73db5a3824ca1a0d2e18b71f339 (patch)
tree53fef154f435a084d483204772ae404c616d3a17 /help3xsl
parent295f16b8de0d56157ab0c9e92fed5c2dabf7b54c (diff)
tdf#94121 Give code paragraphs a different background, again
The old wikihelp had this, but this time it won’t look as tawdry. Change-Id: I709b94c512cb15d6c1b5ef5b76b9e1bb13b6f09b Reviewed-on: https://gerrit.libreoffice.org/55301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index a4aa1f3a58..e5009046a2 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -112,8 +112,12 @@ pre,
.literalintable,
.path,
.pathintable {
+ background-color: rgba(0, 0, 0, 0.03);
+ border: 1px solid rgba(0,0,0,0.04);
+ border-radius: 2px;
+ display: inline;
+ padding: 1px 3px;
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Nimbus Mono L", "Lucida Sans Typewriter", "Courier New", Courier, Monaco, monospace;
- margin: 0.08rem 0;
}
.acronym {
font-weight: bold;