From 919729dd78cdf004896432dc328f9535037cce52 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 12 Feb 2013 23:27:36 +0100 Subject: [PATCH] Fixed main menu borders Fixes #933 --- wcfsetup/install/files/style/layout.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 1f017393cf..33305ecb8e 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -230,7 +230,7 @@ padding-top: 5px; } - &:not(:last-child) { + &:not(:last-child) > a { border-right: 1px solid @wcfContainerBorderColor; } } @@ -567,7 +567,7 @@ } > hgroup > .containerContentType { - color: @wcfExtraDimmedColor; + color: lighten(@wcfDimmedColor, 20%); position: absolute; right: 0; top: 3px; -- 2.20.1