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.66
edited by Alex Cotiugă
on 2025/11/13 13:12
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  
... ... @@ -252,7 +252,7 @@
252 252   .services-grid > article.service {
253 253   grid-template-columns: 40px 1fr;
254 254  
255 - &:nth-of-type(-n + 1) {
255 + &:nth-of-type(1) {
256 256   border-top: none;
257 257   }
258 258