Summary
-
Objects (1 modified, 0 added, 0 removed)
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( -n + 2) {197 + &:nth-of-type(1) { 198 198 border-top: none; 199 199 } 200 200