help3xsl/default.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
New commits: commit dfeac9fc6f4eaedc1093e2334150c79339fd7675 Author: Olivier Hallot <[email protected]> AuthorDate: Wed Sep 2 03:23:30 2026 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Sep 2 03:25:28 2026 +0200 Revert "Comments in portuguese" This reverts commit f0f207d52bdf8d37e089b0d4c97e799391ef40b6. Reason for revert: Merged in advance of the right time Change-Id: Ieed78c1e6b84d1aed32a5bf5e32b4cebe116b0c6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/210389 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/help3xsl/default.css b/help3xsl/default.css index aa980624b7..475c5f841d 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -754,7 +754,7 @@ details.products li { } /* ============================================================ - * CODE & PRISM + * CÓDIGO & PRISM * ============================================================ */ code[class*="language-"], pre[class*="language-"] { @@ -800,7 +800,7 @@ pre, } /* ============================================================ - * TYPOGRAPHY & EMPHASIS + * TIPOGRAFIA & ÊNFASE * ============================================================ */ .acronym, .emph, @@ -835,7 +835,7 @@ pre, } /* ============================================================ - * IMAGES + * IMAGENS * ============================================================ */ .iconimage { background: oklch(from var(--text-color) l c h / 45%); @@ -859,7 +859,7 @@ img[src$=".svg"] { } /* ============================================================ - * TABLES + * TABELAS * ============================================================ */ table { @@ -945,7 +945,7 @@ html[dir="ltr"] th { } /* ============================================================ - * HEADINGS AND PARAGRAPHS + * TÍTULOS E PARÁGRAFOS * ============================================================ */ p, ol, @@ -1011,7 +1011,7 @@ h6 { } /* ============================================================ - * MISCELLANEOUS + * MISCELÂNEA * ============================================================ */ .wide, #search-bar { @@ -1128,7 +1128,7 @@ h6 { } /* ============================================================ - * NAVIGATION (langs / modules) + * NAVEGAÇÃO (langs / modules) * ============================================================ */ #langs-nav, #modules-nav { @@ -1176,7 +1176,7 @@ h6 { } /* ============================================================ - * PRODUCT ICONS + * ÍCONES DOS PRODUTOS * ============================================================ */ .office-icon, .calc-icon, @@ -1230,7 +1230,7 @@ h6 { } /* ============================================================ - * PAGINATION + * PAGINAÇÃO * ============================================================ */ .pagination-container { text-align: center; @@ -1388,7 +1388,7 @@ input:not([type="submit"]):not([type="search"]):not([type="text"]):not([type="ch } /* ============================================================ - * DONATION / XAPIAN + * DOAÇÃO / XAPIAN * ============================================================ */ .xapian-donation { border-top: 2px solid var(--color-brand-700);
