From 67a993c05d19976f5ed347b16584d29d6866a870 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Wed, 24 Jan 2018 15:27:16 +0200 Subject: Module names must stay uppercase due to DbPAR=MODULE Change-Id: I10cea1b204b20d482abec6a8f66d5cfee6cf6dfe Reviewed-on: https://gerrit.libreoffice.org/48509 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/default.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 70af31efb5..9ddb07c361 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -369,63 +369,63 @@ aside input[type=checkbox]:checked ~ .contents-treeview { font-weight: bold; color: #18A303; } -#writer::before { +#WRITER::before { content: "WRITER"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#calc::before { +#CALC::before { content: "CALC"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#impress::before { +#IMPRESS::before { content: "IMPRESS"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#draw::before { +#DRAW::before { content: "DRAW"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#base::before { +#BASE::before { content: "BASE"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#math::before { +#MATH::before { content: "MATH"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#chart::before { +#CHART::before { content: "CHART"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#basic::before { +#BASIC::before { content: "BASIC"; display: block; font-size: 22px; font-weight: bold; color: #18A303; } -#shared::before { +#SHARED::before { content: "GLOBAL"; display: block; font-size: 22px; -- cgit