From version < 11.3 >
edited by etvc developer
on 2019/09/23 16:45
To version < 10.4 >
edited by etvc developer
on 2019/09/23 16:03
< >
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,11 +1,7 @@
1 1  /* Hide unneeded stuff */
2 2  #hierarchy,
3 3  #xdocFooter,
4 -#docextrapanes,
5 -#document-title,
6 -.xwikitabbar,
7 7  .document-menu,
8 -.xdocLastModification,
9 9  .wikimodel-emptyline
10 10  /*
11 11  .xdocLastModification,
... ... @@ -27,6 +27,9 @@
27 27   margin-bottom: 0px;
28 28   border:0px none;
29 29  }
26 +.container-columns .column {
27 + width: 33.33%;
28 +}
30 30  #tmRegister {
31 31   display: none;
32 32  }