From be3473bab995907aa144b0e33097c3825ab9811f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 11 Apr 2013 22:13:43 +0200 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/layout.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 11fb5c4753..83205d5fc8 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -837,8 +837,6 @@ } .containerHeadline { - margin-bottom: @wcfGapSmall; - > h1 { font-size: @wcfTitleFontSize; font-weight: bold; @@ -858,6 +856,10 @@ > h1, > h1 > a { .textShadow(@wcfContainerBackgroundColor); } + + + * { + margin-top: @wcfGapSmall; + } } .containerList { -- 2.20.1