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

Revision: 65391
Author:   tparscal
Date:     2010-04-21 14:19:06 +0000 (Wed, 21 Apr 2010)

Log Message:
-----------
Actually fix bug #20706 - Next time I will read more carefully and test more 
thouroughly...

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 14:19:04 UTC (rev 
65390)
+++ trunk/phase3/includes/DefaultSettings.php   2010-04-21 14:19:06 UTC (rev 
65391)
@@ -1682,7 +1682,7 @@
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '273';
+$wgStyleVersion = '274';
 
 
 # Server-side caching:

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2010-04-21 14:19:04 UTC (rev 
65390)
+++ trunk/phase3/skins/vector/main-ltr.css      2010-04-21 14:19:06 UTC (rev 
65391)
@@ -707,6 +707,9 @@
        font-family: Times, "Times New Roman", serif;
        font-style: italic;
 }*/
+pre, code, tt {
+       font-family: monospace, sans-serif;
+}
 code {
        background-color: #f9f9f9;
 }
@@ -715,7 +718,6 @@
        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 14:19:04 UTC (rev 
65390)
+++ trunk/phase3/skins/vector/main-rtl.css      2010-04-21 14:19:06 UTC (rev 
65391)
@@ -707,6 +707,9 @@
        font-family: Times, "Times New Roman", serif;
        font-style: italic;
 }*/
+pre, code, tt {
+       font-family: monospace, sans-serif;
+}
 code {
        background-color: #f9f9f9;
 }
@@ -715,7 +718,6 @@
        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