Fixed the font size of pre elements, which was previously too small.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:46:06 +0000 (13:46 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 21 Apr 2010 13:46:06 +0000 (13:46 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index d862cab..520dcd3 100644 (file)
@@ -1682,7 +1682,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '271';
+$wgStyleVersion = '272';
 
 
 # Server-side caching:
index 1d8a5b6..373413a 100644 (file)
@@ -715,6 +715,7 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
+       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {
index b291ff9..7c5aee2 100644 (file)
@@ -715,6 +715,7 @@ pre {
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
+       font-size: 1.25em;
        line-height: 1.1em;
 }
 ul {