Changes for page Academy

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

From version 40.1
edited by Erik Bakker
on 2022/04/21 15:58
Change comment: There is no comment for this version
To version 41.1
edited by Erik Bakker
on 2022/04/21 15:58
Change comment: There is no comment for this version

Summary

Details

XWiki.GadgetClass[1]
content
... ... @@ -11,7 +11,7 @@
11 11  /* Create two equal columns that floats next to each other */
12 12  .column {
13 13   float: left;
14 - width: "50%";
14 + width: 50px;
15 15   padding: 10px;
16 16  }
17 17