Changes for page Navigation
Last modified by Benjamin Fischer on 2025/06/03 16:18
From version 22.1
edited by Benjamin Fischer
on 2025/01/06 14:57
on 2025/01/06 14:57
Change comment:
There is no comment for this version
To version 22.6
edited by Benjamin Fischer
on 2025/01/06 15:16
on 2025/01/06 15:16
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,4 +1,18 @@ 1 1 .panel .menu.menu-vertical { 2 + > ul { 3 + > li > *:first-child { 4 + font-weight: bold; 5 + } 6 + ul { 7 + list-style-type: disc; 8 + ul { 9 + list-style-type: circle; 10 + ul { 11 + list-style-type: square; 12 + } 13 + } 14 + } 15 + } 2 2 li { 3 3 padding: 0.05em; 4 4 }