From ed7c8dba3b0867ee85c5820244b49707e483c5cd Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Mon, 7 Nov 2011 17:03:24 +0000 Subject: [PATCH] Fix Bug #31547 - Category links need less spacing and better wrapping Updated patch from Erwin Dokter --- skins/common/shared.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 2d084a30e6..ecc67e0f41 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -291,9 +291,9 @@ input#wpSummary { .catlinks li { display: inline-block; - line-height: 1em; + line-height: 1.25em; border-left: 1px solid #AAA; - margin: 0.25em 0; + margin: 0.125em 0; padding: 0 0.5em; zoom: 1; display: inline !ie; -- 2.20.1