diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-17 16:28:00 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-17 15:30:07 +0100 |
commit | df6f47ebcb1caf2a9791661de0fa8c484efd0515 (patch) | |
tree | 87c34538a02f00c3984256b114b32de4ee8128fe /help3xsl | |
parent | 96608a0e847be46c1429e5711b08e7a0c2b66e68 (diff) |
tdf#129697 Use LIBREOFFICE instead of GLOBAL as index heading
Change-Id: I8c00eb4ed888eb8b2e898144141ef1c5a659bb49
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128503
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ad65b34a57..2f770c6114 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -524,7 +524,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { color: black; } #SHARED::before { - content: "GLOBAL"; + content: "LIBREOFFICE"; display: block; font-size: 22px; font-weight: bold; |