Author: cfinck Date: Thu May 22 11:44:01 2008 New Revision: 33642
URL: http://svn.reactos.org/svn/reactos?rev=33642&view=rev Log: Change the Wiki to use the "menu.css" file
Modified: trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php trunk/web/reactos.org/htdocs/wiki/skins/roscms/main.css
Modified: trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/R... ============================================================================== --- trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php [iso-8859-1] Thu May 22 11:44:01 2008 @@ -56,7 +56,7 @@ <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" /> <?php $this->html('headlinks') ?> <title><?php $this->text('pagetitle') ?></title> - <link href="/style.css" type="text/css" rel="stylesheet" /> + <link href="/css/menu.css" type="text/css" rel="stylesheet" /> <style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/common/shared.css?<?php echo $GLOBALS['wgStyleVersion'] ?>"; @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css?<?php echo $GLOBALS['wgStyleVersion'] ?>";
Modified: trunk/web/reactos.org/htdocs/wiki/skins/roscms/main.css URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/r... ============================================================================== Binary files - no diff available.