From: Marcel Werk Date: Mon, 7 Oct 2013 12:18:39 +0000 (+0200) Subject: Fixed small style issue X-Git-Tag: 2.0.0_Beta_11~68 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a7c15392d800939771bb9aa62c4b5f2705791ce;p=GitHub%2FWoltLab%2FWCF.git Fixed small style issue --- diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 74492faada..5b7912ef2c 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -1187,12 +1187,20 @@ &.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; + } } } }