From af1daf7b3a879948fa0645e0f1eae7c24a86d912 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 2 Oct 2013 15:35:22 +0200 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/form.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } } -- 2.20.1