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 23.1
edited by Benjamin Fischer
on 2025/01/14 14:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,7 +17,7 @@
17 17  <li><br/></li>
18 18  #navItem ("DIG-UM.WebHome")
19 19  #navItem ("Internal.WebHome")
20 -<li>[[ErUM-Data Call (2025)>>https://erumdatahub.de/calls/]]</li>
20 +<li>[[ErUM-Data Call 2025.WebHome]]</li>
21 21  #if ($hasEdit)
22 22  <li><br/></li>
23 23  <li class="open">{{icon name="question"/}} Help<ul>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,10 +1,15 @@
1 1  .panel .menu.menu-vertical {
2 2   > ul {
3 - list-style-type: disc;
3 + > li > *:first-child {
4 + font-weight: bold;
5 + }
4 4   ul {
5 - list-style-type: circle;
7 + list-style-type: disc;
6 6   ul {
7 - list-style-type: square;
9 + list-style-type: circle;
10 + ul {
11 + list-style-type: square;
12 + }
8 8   }
9 9   }
10 10   }