Actually fix bug #20706 - Next time I will read more carefully and test more thouroug...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 14:19:06 +0000 (14:19 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 14:19:06 +0000 (14:19 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 8429c81..5f20dea 100644 (file)
@@ -1682,7 +1682,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '273';
+$wgStyleVersion = '274';
 
 
 # Server-side caching:
index 373413a..5371a46 100644 (file)
@@ -707,6 +707,9 @@ blockquote {
        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 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
-       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {
index 7c5aee2..856ec6b 100644 (file)
@@ -707,6 +707,9 @@ blockquote {
        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 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
-       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {