decreased line height in pre areas to avoid gap in \| lines
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 09:06:24 +0000 (09:06 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 1 Jun 2004 09:06:24 +0000 (09:06 +0000)
stylesheets/monobook/main.css

index 5ba9b95..13565b8 100644 (file)
@@ -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;
 }
-