Refactor the css so that embedded images are optimally loaded

Change-Id: If19d20fb22afafbf62c355394dcda825a0151ac6
This commit is contained in:
Santhosh Thottingal
2014-01-23 03:50:40 +00:00
committed by Niklas Laxström
parent 50eb932756
commit 81c4dfe848
7 changed files with 142 additions and 115 deletions

View File

@@ -249,6 +249,14 @@ $wgResourceModules['jquery.webfonts'] = array(
'targets' => array( 'desktop', 'mobile' ),
) + $resourcePaths;
$wgResourceModules['ext.uls.pt'] = array(
'styles' => 'resources/css/ext.uls.pt.css',
) + $resourcePaths;
$wgResourceModules['ext.uls.interlanguage'] = array(
'styles' => 'resources/css/ext.uls.interlanguage.css',
) + $resourcePaths;
// A module named rangy is defined in VisualExtension with more features of rangy.
// Here we need only the core library. This module is loaded dynamically from
// client when rangy is undefined. If VE is present rangy will be defined, the module