diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-14 18:52:12 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-15 17:11:35 +0200 |
commit | 2fdf0556202b43940ee003e7d1e6d452c3d11ab7 (patch) | |
tree | 6a43611bb70db0e8dd29b454af6f6944a916c8fb /help3xsl/default.css | |
parent | b1a2195960ea7885d5049cf7e36bf0c5f1944f8e (diff) |
Fix <bascode> rendering for paragraphs
Change-Id: I4c76bac48f3be30dc3bcd358df427843a5f97a7a
Reviewed-on: https://gerrit.libreoffice.org/55837
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index bfaa632683..09c818bddc 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -295,6 +295,10 @@ h6 { margin-left: 30px; margin-right: 30px; } +.bascodepar{ + font-family: monospace; +} + /* Basic code syntax highlight */ .identifier, |