From: Marcel Werk Date: Mon, 20 Aug 2012 11:49:01 +0000 (+0200) Subject: Small style issue fixed X-Git-Tag: 2.0.0_Beta_1~960 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c6a11f695152fe9dcde216c190ad67575038ebd8;p=GitHub%2FWoltLab%2FWCF.git Small style issue fixed --- diff --git a/wcfsetup/install/files/style/alerts.less b/wcfsetup/install/files/style/alerts.less index dcab7773f0..009a0ee39a 100644 --- a/wcfsetup/install/files/style/alerts.less +++ b/wcfsetup/install/files/style/alerts.less @@ -94,7 +94,7 @@ /* inline errors */ .innerError { - clear: both; + //clear: both; color: @wcfErrorColor; display: table !important; line-height: 1.5; diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 2532800df3..7ffb944fce 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -31,6 +31,8 @@ fieldset { dl { position: relative; + .clearfix(); + > dd:not(:first-of-type), > dt:not(:first-of-type) { margin-top: @wcfGapSmall; }