Skip to content

Commit

Permalink
add Bento print.css
Browse files Browse the repository at this point in the history
(untested, but should work ;-)
  • Loading branch information
cboltz committed Aug 3, 2012
1 parent ed4cf2d commit 1a6d3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skins/bento.php
Expand Up @@ -17,6 +17,7 @@ function setupSkinUserCss( OutputPage $out ) {
parent::setupSkinUserCss( $out );
// Append to the default screen common & print styles...
$out->addStyle( 'https://static.opensuse.org/themes/bento/css/style.css', 'screen' );
$out->addStyle( 'https://static.opensuse.org/themes/bento/css/print.css', 'print' );
}
}

Expand Down

0 comments on commit 1a6d3e9

Please sign in to comment.