Changes for page Home

Last modified by Jesse Veentjer on 06-5-2024 05:01

From version 219.22
edited by Jesse Veentjer
on 16-2-2024 02:38
Change comment: There is no comment for this version
To version 219.25
edited by Jesse Veentjer
on 16-2-2024 02:40
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -100,4 +100,14 @@
100 100   z-index: 1;
101 101  }
102 102  
103 -
103 +/* gehele container
104 +#xwikimaincontainer {
105 + width: 970px;
106 +}
107 +*/
108 +#menuview {
109 + box-shadow: #000000 -75rem 0px 0px, #000000 75rem 0px 0px;
110 +}
111 +.menu.navigation-menu { /*You can also get an ID selector by inspecting the menu through dev tools*/
112 + border:none;
113 +}