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 |
1 | 6 | + native |
Index: trunk/extensions/WebFonts/WebFonts.php |
— | — | @@ -53,6 +53,7 @@ |
54 | 54 | 'styles' => 'resources/ext.webfonts.css', |
55 | 55 | 'skinStyles' => array( |
56 | 56 | 'modern' => 'resources/ext.webfonts.modern.css', |
| 57 | + 'monobook' => 'resources/ext.webfonts.monobook.css', |
57 | 58 | ), |
58 | 59 | 'localBasePath' => $dir, |
59 | 60 | 'remoteExtPath' => 'WebFonts', |