Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Objects (1 modified, 0 added, 0 removed)
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 +}