http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54793

Revision: 54793
Author:   tparscal
Date:     2009-08-11 17:41:22 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
Fixes incorrected sizing of preformatted text blocks (which use a monospaced 
font).

Modified Paths:
--------------
    trunk/phase3/skins/vector/main-ltr.css
    trunk/phase3/skins/vector/main-rtl.css

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2009-08-11 17:37:24 UTC (rev 
54792)
+++ trunk/phase3/skins/vector/main-ltr.css      2009-08-11 17:41:22 UTC (rev 
54793)
@@ -652,7 +652,8 @@
        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;

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2009-08-11 17:37:24 UTC (rev 
54792)
+++ trunk/phase3/skins/vector/main-rtl.css      2009-08-11 17:41:22 UTC (rev 
54793)
@@ -652,7 +652,8 @@
        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;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to