From 6a7c15392d800939771bb9aa62c4b5f2705791ce Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 7 Oct 2013 14:18:39 +0200 Subject: [PATCH] Fixed small style issue --- wcfsetup/install/files/style/layout.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } } } } -- 2.20.1