From d48c011129e97073e6e36ab113cd055d173ae8df Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 1 Jun 2004 09:06:24 +0000 Subject: [PATCH] decreased line height in pre areas to avoid gap in \| lines --- stylesheets/monobook/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 5ba9b95cd5..13565b8633 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -200,6 +200,7 @@ pre { border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; + line-height: 1.1em; } @@ -868,4 +869,3 @@ fieldset.operaprefsection { margin-left: 15em } * > html #footer { margin-left: 13.2em; } - -- 2.20.1