help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b63b651f7d1854b17074be0754416a29be00b70a Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Fri Feb 7 15:36:31 2025 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Fri Feb 7 19:37:59 2025 +0100 Add semicolon in rule. Change-Id: I887a1603a58e4e2ed0c3cbb4dbffba956ef5a7c6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/181272 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Jenkins diff --git a/help3xsl/default.css b/help3xsl/default.css index 9ed11b7101..f66a577de2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -1167,7 +1167,7 @@ li.disabled a { vertical-align: top; border-style:solid; border-color:#888; - border-width:thin + border-width:thin; } table{ background: var(--table-background);