From: Krinkle Date: Tue, 7 Jun 2011 21:39:48 +0000 (+0000) Subject: Fix (bug 29307) Line-height in
 is too narrow, edges overlap in some environments
X-Git-Tag: 1.31.0-rc.0~29623
X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=7a5ca86d884ab28a73186b59c6eb1021955aa723;p=lhc%2Fweb%2Fwiklou.git

Fix (bug 29307) Line-height in 
 is too narrow, edges overlap in some environments
---

diff --git a/skins/vector/screen.css b/skins/vector/screen.css
index c910a701c3..4efc688f9e 100644
--- a/skins/vector/screen.css
+++ b/skins/vector/screen.css
@@ -793,7 +793,7 @@ pre {
 	border: 1px solid #EBEBEB;
 	color: black;
 	background-color: #F7F7F7;
-	line-height: 1.1em;
+	line-height: 1.3em;
 }
 ul {
 	line-height: 1.5em;