r105527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105526‎ | r105527 | r105528 >
Date:09:57, 8 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Fix the fontsize of webfonts menu in monobook skin. Avoid inheriting x-small fontsize from body.
Modified paths:
  • /trunk/extensions/WebFonts/WebFonts.php (modified) (history)
  • /trunk/extensions/WebFonts/resources/ext.webfonts.monobook.css (added) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.monobook.css
@@ -0,0 +1,4 @@
 2+div#webfonts-menu ul {
 3+ font-size: 1.2em;
 4+}
 5+
Property changes on: trunk/extensions/WebFonts/resources/ext.webfonts.monobook.css
___________________________________________________________________
Added: svn:eol-style
16 + native
Index: trunk/extensions/WebFonts/WebFonts.php
@@ -53,6 +53,7 @@
5454 'styles' => 'resources/ext.webfonts.css',
5555 'skinStyles' => array(
5656 'modern' => 'resources/ext.webfonts.modern.css',
 57+ 'monobook' => 'resources/ext.webfonts.monobook.css',
5758 ),
5859 'localBasePath' => $dir,
5960 'remoteExtPath' => 'WebFonts',

Status & tagging log