Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 13.10
edited by Agnease
on 2026/05/26 09:43
Change comment: There is no comment for this version
To version 13.11
edited by Agnease
on 2026/05/26 10:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1249,3 +1249,19 @@
1249 1249   padding: @section-padding-mobile;
1250 1250   }
1251 1251  }
1252 +
1253 +.resource-faq-item {
1254 + border-bottom: 1px solid @line;
1255 + padding: 12px 0;
1256 +
1257 + summary {
1258 + cursor: pointer;
1259 + font-weight: 700;
1260 + color: @text;
1261 + }
1262 +
1263 + p {
1264 + margin: 10px 0 4px;
1265 + color: @muted;
1266 + }
1267 +}