help3xsl/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 17d9c7d53c5e7c07c1070604f5e32bd9ae9d36ea Author: Olivier Hallot <[email protected]> AuthorDate: Thu Jan 16 10:18:53 2025 -0300 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sat Jan 18 10:30:23 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 <[email protected]> Tested-by: Jenkins (cherry picked from commit de99260dbb43ec2b4676b2daa31cc8499be4e11b) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/180429 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/help3xsl/default.css b/help3xsl/default.css index bc6a2446f1..958058fb32 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;
