revert r91673 : lost of history
This commit is contained in:
parent
488e21072d
commit
b02f0e48e2
3 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ return array(
|
|||
'localBasePath' => $GLOBALS['wgStyleDirectory'],
|
||||
),
|
||||
'skins.cologneblue' => array(
|
||||
'styles' => array( 'cologneblue/main.css' => array( 'media' => 'screen' ) ),
|
||||
'styles' => array( 'common/cologneblue.css' => array( 'media' => 'screen' ) ),
|
||||
'remoteBasePath' => $GLOBALS['wgStylePath'],
|
||||
'localBasePath' => $GLOBALS['wgStyleDirectory'],
|
||||
),
|
||||
'skins.nostalgia' => array(
|
||||
'styles' => array( 'nostalgia/main.css' => array( 'media' => 'screen' ) ),
|
||||
'styles' => array( 'common/nostalgia.css' => array( 'media' => 'screen' ) ),
|
||||
'remoteBasePath' => $GLOBALS['wgStylePath'],
|
||||
'localBasePath' => $GLOBALS['wgStyleDirectory'],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue