Changes for page Navigation
Last modified by Benjamin Fischer on 2025/07/16 15:09
From version 22.4
edited by Benjamin Fischer
on 2025/01/06 15:12
on 2025/01/06 15:12
Change comment:
There is no comment for this version
To version 22.3
edited by Benjamin Fischer
on 2025/01/06 15:11
on 2025/01/06 15:11
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,10 +1,13 @@ 1 1 .panel .menu.menu-vertical { 2 2 > ul { 3 3 list-style-type: disc; 4 - ul { 4 + > ul { 5 5 list-style-type: circle; 6 - ul { 6 + > ul { 7 7 list-style-type: square; 8 + > ul { 9 + list-style-type: disc; 10 + } 8 8 } 9 9 } 10 10 }