help3xsl/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit de99260dbb43ec2b4676b2daa31cc8499be4e11b Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Thu Jan 16 10:18:53 2025 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Thu Jan 16 14:23:54 2025 +0100 Center <body> in screen for Help pages Change-Id: I60f45842ba7c8a86afd0714b72292a9bbf5bcaf2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180352 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Jenkins diff --git a/help3xsl/default.css b/help3xsl/default.css index 0cc3963a1d..f8ea30c170 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -1020,7 +1020,10 @@ li.disabled a { grid-template-rows: 1fr minmax(1em, auto) minmax(1em, auto); grid-template-areas: "header header search search donation" "leftside main main main ." - ". footer footer footer ." + ". footer footer footer ."; + margin: auto; + width: fit-content; + height: fit-content; } .donation { max-width: 300px;