diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-22 08:10:59 -0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:58:33 +0200 |
commit | e174db8846971e669e7a289948165d6bc45de153 (patch) | |
tree | 674f723e32635d8d54071c648628519aff2fc69d | |
parent | bb7d1128280761518238480b4ee355cb5c017608 (diff) |
Restore 'GLOBAL' label in Index
GLOBAL is the external nam of the SHARED bookmarks.
Change-Id: If4a877cc26dddb3fa99e5369ef63c7333aa53ffe
Reviewed-on: https://gerrit.libreoffice.org/57815
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-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 092ed89ef2..88c24facf2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -536,7 +536,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { font-weight: bold; color: #148603; } -#GLOBAL::before { +#SHARED::before { content: "GLOBAL"; display: block; font-size: 22px; |