diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 2f770c6114..a90644025f 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -468,63 +468,63 @@ aside input[type=checkbox]:checked ~ .contents-treeview { color: #148603; } #WRITER::before { - content: "WRITER"; + content: "Writer"; display: block; font-size: 22px; font-weight: bold; color: #0369a3; } #CALC::before { - content: "CALC"; + content: "Calc"; display: block; font-size: 22px; font-weight: bold; color: #43c330; } #IMPRESS::before { - content: "IMPRESS"; + content: "Impress"; display: block; font-size: 22px; font-weight: bold; color: #a33e03; } #DRAW::before { - content: "DRAW"; + content: "Draw"; display: block; font-size: 22px; font-weight: bold; color: #c99c00; } #BASE::before { - content: "BASE"; + content: "Base"; display: block; font-size: 22px; font-weight: bold; color: #8e03a3; } #MATH::before { - content: "MATH"; + content: "Math"; display: block; font-size: 22px; font-weight: bold; color: darkslategray; } #CHART::before { - content: "CHART"; + content: "Chart"; display: block; font-size: 22px; font-weight: bold; color: darkcyan; } #BASIC::before { - content: "BASIC"; + content: "Basic"; display: block; font-size: 22px; font-weight: bold; color: black; } #SHARED::before { - content: "LIBREOFFICE"; + content: "%PRODUCTNAME"; display: block; font-size: 22px; font-weight: bold; @@ -630,7 +630,7 @@ li.disabled a { display: none; } -.libreoffice-icon, +.office-icon, .calc-icon, .chart-icon, .writer-icon, @@ -644,7 +644,7 @@ li.disabled a { position: relative; margin-right: 5px; } -.libreoffice-icon { +.office-icon { background-image: url(media/navigation/libo-symbol-black.svg); } .calc-icon { |