From version 1277.3
edited by OW2
on 2023/01/16 08:33
Change comment: There is no comment for this version
To version 1277.2
edited by OW2
on 2023/01/16 08:31
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -9,4 +9,8 @@
9 9   font-size: .55em;
10 10   font-weight: bold;
11 11  }
12 -
12 +.maxBlock {
13 + width: 100%;
14 + max-width: 1100px;
15 + margin: 0 auto;
16 +}