Changes for page Home
Last modified by Jesse Veentjer on 06-5-2024 05:01
From version 219.28
edited by Jesse Veentjer
on 16-2-2024 02:41
on 16-2-2024 02:41
Change comment:
There is no comment for this version
To version 219.19
edited by Jesse Veentjer
on 15-2-2024 05:16
on 15-2-2024 05:16
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,6 +3,9 @@ 3 3 height: 169px; 4 4 width: 100%; 5 5 } 6 +.half-width-section { 7 + width: 50%; 8 +} 6 6 7 7 /* Styling for the button */ 8 8 .login-btn { ... ... @@ -99,20 +99,4 @@ 99 99 position: relative; 100 100 z-index: 1; 101 101 } 102 - 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-horizontal-toggle{ 112 - border:none; 113 - background:red; 114 -} 115 -.menu-horizontal-toggle{ 116 - border:none; 117 - background:red; 118 -} 105 + }