[Libreoffice-commits] help.git: Branch 'libreoffice-6-1' - help3xsl/default.css
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Thu Jun 7 15:43:02 UTC 2018
help3xsl/default.css | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 98fba5b275bf5acd73f875109b4bf6d0b5f170e5
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Mon Jun 4 16:18:59 2018 -0500
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 at libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
(cherry picked from commit 1b112c0bedae14d3c242d8662d16230acf8c333e)
Reviewed-on: https://gerrit.libreoffice.org/55432
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/default.css b/help3xsl/default.css
index a4aa1f3a5..e5009046a 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;
More information about the Libreoffice-commits
mailing list