Changes for page Navigation

Last modified by Benjamin Fischer on 2025/06/03 16:18

From version 22.4
edited by Benjamin Fischer
on 2025/01/06 15:12
Change comment: There is no comment for this version
To version 22.5
edited by Benjamin Fischer
on 2025/01/06 15:12
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,10 +1,12 @@
1 1  .panel .menu.menu-vertical {
2 2   > ul {
3 - list-style-type: disc;
4 4   ul {
5 - list-style-type: circle;
4 + list-style-type: disc;
6 6   ul {
7 - list-style-type: square;
6 + list-style-type: circle;
7 + ul {
8 + list-style-type: square;
9 + }
8 8   }
9 9   }
10 10   }