Changes for page Public Web Site
Last modified by Agnease on 2026/06/24 15:34
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1359,6 +1359,12 @@ 1359 1359 text-align: center; 1360 1360 } 1361 1361 1362 +/* Keep the default XWiki gallery style. 1363 + Only add spacing before it and center it. */ 1364 +.gallery.xGallery { 1365 + margin-top: auto 25px; 1366 +} 1367 + 1362 1362 .product-section-muted { 1363 1363 background: 1364 1364 radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); ... ... @@ -1462,6 +1462,10 @@ 1462 1462 } 1463 1463 } 1464 1464 1471 + .gallery.xGallery { 1472 + margin-top: 22px !important; 1473 + } 1474 + 1465 1465 .product-gallery-caption { 1466 1466 margin-top: 10px; 1467 1467 padding: 0 14px;