From: Alexander Ebert Date: Tue, 9 Jun 2015 17:24:40 +0000 (+0200) Subject: Decreased font size for option suffix X-Git-Tag: 3.0.0_Beta_1~2276 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22179438d5bf79334c9b5546465a084992f6de42;p=GitHub%2FWoltLab%2FWCF.git Decreased font size for option suffix --- diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index c908cb5ff5..cace6b93a0 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -250,6 +250,7 @@ dl:not(.plain) { border-left-width: 0; border-radius: 0 3px 3px 0; color: rgba(153, 153, 153, 1); + font-size: .85rem; padding: @wcfGapTiny @wcfGapSmall; }