0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.68
edited by Alex Cotiugă
on 2025/11/13 13:16
Change comment: There is no comment for this version
To version 7.67
edited by Alex Cotiugă
on 2025/11/13 13:13
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -194,7 +194,7 @@
194 194   border-top: 1px solid @line;
195 195  
196 196   /* first row: no top border */
197 - &:nth-of-type(1) {
197 + &:nth-of-type(-n + 2) {
198 198   border-top: none;
199 199   }
200 200