diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-22 08:10:59 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-22 13:15:51 +0200 |
commit | 0901f95273cc31db84d31a11cb22187f73cad128 (patch) | |
tree | 5c1efd17fdf6ebef765a9fa8e1a40d1e61943c20 /help3xsl | |
parent | 6f19b002ecde744916b4e7276dd5f35b95f5dab8 (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>
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 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; |