Changes for page Home
Last modified by Alex Cotiugă on 2025/01/22 10:54
From version 2.8
edited by Alex Cotiugă
on 2024/05/29 09:40
on 2024/05/29 09:40
Change comment:
There is no comment for this version
To version 2.9
edited by Alex Cotiugă
on 2024/05/29 09:41
on 2024/05/29 09:41
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,12 +1,9 @@ 1 -html:not([data-xwiki-user-reference]) { 2 - #xwikimainmenu .navbar-right, 3 - #hierarchy_breadcrumb, 4 - .document-header, 5 - #mainContentArea > hr, 6 - #xdocFooter, 7 - #xwikidata, 8 - #footerglobal { 9 - display: none; 10 - } 1 +#xwikimainmenu .navbar-right, 2 +#hierarchy_breadcrumb, 3 +.document-header, 4 +#mainContentArea > hr, 5 +#xdocFooter, 6 +#xwikidata, 7 +#footerglobal { 8 + display: none; 11 11 } 12 -