r65383 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65382‎ | r65383 | r65384 >
Date:13:46, 21 April 2010
Author:tparscal
Status:ok (Comments)
Tags:
Comment:
Fixed the font size of pre elements, which was previously too small.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -715,6 +715,7 @@
716716 border: 1px dashed #2f6fab;
717717 color: black;
718718 background-color: #f9f9f9;
 719+ font-size: 1.25em;
719720 line-height: 1.1em;
720721 }
721722 ul {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -715,6 +715,7 @@
716716 border: 1px dashed #2f6fab;
717717 color: black;
718718 background-color: #f9f9f9;
 719+ font-size: 1.25em;
719720 line-height: 1.1em;
720721 }
721722 ul {
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1682,7 +1682,7 @@
16831683 * to ensure that client-side caches do not keep obsolete copies of global
16841684 * styles.
16851685 */
1686 -$wgStyleVersion = '271';
 1686+$wgStyleVersion = '272';
16871687
16881688
16891689 # Server-side caching:

Comments

#Comment by Hashar (talk | contribs)   12:29, 21 October 2010

Trevor, would you mind looking at monobook style too ? main.css probably has the same issue.

http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/monobook/main.css

Status & tagging log