From 7e26355343efeecf57113ad28e84497cd97f24ae Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 2 Nov 2013 23:10:15 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/global.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 4045a8ab51..41193939cd 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -66,6 +66,10 @@ a { margin-bottom: 0; margin-top: 0; } + + li { + margin: @wcfGapSmall 0; + } } ul.nativeList { -- 2.20.1