Changes for page HomePublic
Last modified by Daniel Kujawa on 2026/02/27 16:55
Summary
-
Objects (1 modified, 0 added, 0 removed)
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 whole author/footer area ("Created by ...") */ 54 +#xdocFooter #xdocAuthors { 55 + display: none !important; 56 +}