From ccce9d0568597b1aa5b38602f85a8632c16f9648 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Fri, 25 Jun 2010 14:40:45 +0000 Subject: [PATCH] Make sure that simple skin has the shared CSS and print CSS. Simple was the last skin not to support the shared elements. --- skins/Simple.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skins/Simple.php b/skins/Simple.php index 416dc3f6f6..61564c2d6e 100644 --- a/skins/Simple.php +++ b/skins/Simple.php @@ -22,6 +22,8 @@ class SkinSimple extends SkinTemplate { $template = 'MonoBookTemplate', $useHeadElement = true; function setupSkinUserCss( OutputPage $out ){ + parent::setupSkinUserCss( $out ); + $out->addStyle( 'simple/main.css', 'screen' ); $out->addStyle( 'simple/rtl.css', '', '', 'rtl' ); } -- 2.20.1