Fixed small style issue
authorMarcel Werk <burntime@woltlab.com>
Mon, 7 Oct 2013 12:18:39 +0000 (14:18 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 7 Oct 2013 12:18:39 +0000 (14:18 +0200)
wcfsetup/install/files/style/layout.less

index 74492faadaef8c7c97e9e5c6b28d7be1d261494d..5b7912ef2c169c7031f7413e42f48fc682413b41 100644 (file)
                &.doubleColumned {
                        > li {
                                width: 50%;
+                               
+                               &:nth-child(odd):not(:first-child) {
+                                       clear: left;
+                               }
                        }
                }
                
                &.tripleColumned {
                        > li {
                                width: 33%;
+                               
+                               &:nth-child(3n+1):not(:first-child) {
+                                       clear: left;
+                               }
                        }
                }
        }