summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-07-22 08:10:59 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-07-27 14:54:59 +0200
commit50347faccb79482074b625eda391d8b08edcfec0 (patch)
treebaedea6d0cdc2752d08de697973abdff4b0d20dd
parentfb39a0102eb66c281f3db6433468a2c9574fa65b (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> (cherry picked from commit 0901f95273cc31db84d31a11cb22187f73cad128) Reviewed-on: https://gerrit.libreoffice.org/57816 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--help3xsl/default.css2
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;