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

Revision: 65383
Author:   tparscal
Date:     2010-04-21 13:46:06 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
Fixed the font size of pre elements, which was previously too small.

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

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-04-21 13:44:53 UTC (rev 
65382)
+++ trunk/phase3/includes/DefaultSettings.php   2010-04-21 13:46:06 UTC (rev 
65383)
@@ -1682,7 +1682,7 @@
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '271';
+$wgStyleVersion = '272';
 
 
 # Server-side caching:

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2010-04-21 13:44:53 UTC (rev 
65382)
+++ trunk/phase3/skins/vector/main-ltr.css      2010-04-21 13:46:06 UTC (rev 
65383)
@@ -715,6 +715,7 @@
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
+       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2010-04-21 13:44:53 UTC (rev 
65382)
+++ trunk/phase3/skins/vector/main-rtl.css      2010-04-21 13:46:06 UTC (rev 
65383)
@@ -715,6 +715,7 @@
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
+       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to