Increase gap between sitemap item groups
authorAlexander Ebert <ebert@woltlab.com>
Sat, 30 Apr 2016 17:27:41 +0000 (19:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 30 Apr 2016 19:14:10 +0000 (21:14 +0200)
wcfsetup/install/files/style/ui/sitemap.scss

index ad2f2f374f1ec07d0dbb6cdb03eb57ccb1bc6f1e..a518d7708df5ed8cc02c0091799a2215a811e6bd 100644 (file)
        }
        
        > li {
-               & + li {
+               &:not(:first-child) {
                        border-top: 1px solid $wcfContentBorderInner;
-                       margin-top: 5px;
-                       padding-top: 5px;
+                       margin-top: 15px;
+                       padding-top: 15px;
                }
                
                > ul > li {