From: Marcel Werk Date: Wed, 2 Oct 2013 13:35:22 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_11~80 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=af1daf7b3a879948fa0645e0f1eae7c24a86d912;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 0cd8983e6a..3a38092230 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -14,8 +14,10 @@ fieldset { .textShadow(@wcfContainerBackgroundColor); + small { - top: -7px; + display: inline-block; + margin-bottom: @wcfGapTiny; position: relative; + top: -7px; } }