From cf2bcce224500e8073b46a6cb0557cdd54177327 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 8 Feb 2012 12:16:01 +0100 Subject: [PATCH] Small optimization --- wcfsetup/install/files/acp/style/wcf.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index b2623b6687..090085919f 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -1827,6 +1827,10 @@ dl > dd > small { display: block; } +dl > dd > p { + margin-top: 5px; +} + /* Nested */ dl > dd > fieldset { -- 2.20.1