From: Marcel Werk Date: Thu, 11 Apr 2013 20:13:43 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~384 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=be3473bab995907aa144b0e33097c3825ab9811f;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- 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 {