Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.31
edited by Agnease
on 2026/07/03 13:57
Change comment: There is no comment for this version
To version 28.32
edited by Agnease
on 2026/07/03 13:58
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1841,13 +1841,13 @@
1841 1841  /* ========== Accessibility / Contrast Improvements ========== */
1842 1842  
1843 1843  /* Keep the article area readable while preserving the page background around it. */
1844 -#mainContentArea .resource-layout {
1844 +/*#mainContentArea .resource-layout {
1845 1845   padding: 28px;
1846 1846   border: 1px solid fade(@line, 85%);
1847 1847   border-radius: @radius;
1848 1848   background: rgba(255, 255, 255, .88);
1849 1849   box-shadow: @shadow-sm;
1850 -}
1850 +}*/
1851 1851  
1852 1852  /* Ensure all reusable cards have a real surface, not transparent over the gradient. */
1853 1853  #mainContentArea .widget,