Changes for page HomePublic

Last modified by Daniel Kujawa on 2026/02/27 16:55

From version 25.1
edited by ophadm
on 2026/02/25 07:59
Change comment: There is no comment for this version
To version 27.1
edited by ophadm
on 2026/02/25 08:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -49,3 +49,8 @@
49 49   margin-top: 0 !important;
50 50   padding-top: 0 !important;
51 51  }
52 +
53 +/* Hide the entire document footer */
54 +#xdocFooter {
55 + display: none !important;
56 +}