Changes for page Home
Last modified by Jesse Veentjer on 06-5-2024 05:01
From version 219.20
edited by Jesse Veentjer
on 15-2-2024 05:18
on 15-2-2024 05:18
Change comment:
There is no comment for this version
To version 219.23
edited by Jesse Veentjer
on 16-2-2024 02:39
on 16-2-2024 02:39
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -99,4 +99,14 @@ 99 99 position: relative; 100 100 z-index: 1; 101 101 } 102 - } 102 + 103 +#xwikimaincontainer { 104 + width: 970px; 105 +} 106 + 107 +#menuview { 108 + box-shadow: #000000 -75rem 0px 0px, #000000 75rem 0px 0px; 109 +} 110 +.menu.navigation-menu { /*You can also get an ID selector by inspecting the menu through dev tools*/ 111 + box-shadow: #10000 -75rem 0px 0px,#10000 75rem 0px 0px; 112 +}