Changes for page Home

Last modified by Agnease on 2026/05/22 07:57

From version 7.82
edited by Agnease
on 2025/11/13 21:02
Change comment: There is no comment for this version
To version 7.83
edited by Agnease
on 2025/11/13 21:04
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -133,10 +133,10 @@
133 133   .widget {
134 134   /* add spacing between widgets */
135 135   margin: 0 8px 16px;
136 - &:first_child {
136 + &:first-child {
137 137   margin-left: 0;
138 138   }
139 - &:last-hild {
139 + &:last-child {
140 140   margin-right: 0;
141 141   }
142 142