Fixes incorrected sizing of preformatted text blocks (which use a monospaced font).
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 11 Aug 2009 17:41:22 +0000 (17:41 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 11 Aug 2009 17:41:22 +0000 (17:41 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index e86fa5c..db6d6c1 100644 (file)
@@ -652,7 +652,8 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
-       line-height: 1.1em;
+       line-height: 1.2em;
+       font-size: 1.2em;
 }
 ul {
        line-height: 1.5em;
index c1e72f3..daddfc0 100644 (file)
@@ -652,7 +652,8 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
-       line-height: 1.1em;
+       line-height: 1.2em;
+       font-size: 1.2em;
 }
 ul {
        line-height: 1.5em;