Changes for page Home

Last modified by Erik Bakker on 2024/09/24 16:08

From version 20.1
edited by Erik Bakker
on 2022/04/29 12:21
Change comment: There is no comment for this version
To version 18.2
edited by Erik Bakker
on 2022/04/28 13:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,9 +1,5 @@
1 -#xwikimaincontainer {
2 - width: 970px;
1 +.floatinginfobox iframe {
2 + border: 0;
3 + height: 169px;
4 + width: 100%;
3 3  }
4 -#menuview {
5 - box-shadow: #000000 -75rem 0px 0px, #000000 75rem 0px 0px;
6 -}
7 -.menu.navigation-menu { /*You can also get an ID selector by inspecting the menu through dev tools*/
8 - box-shadow: #10000 -75rem 0px 0px,#10000 75rem 0px 0px;
9 -}