Skip to content

Commit

Permalink
This shows how a theme can use the mozilla rounded corners.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 25, 2005
1 parent d45fd4d commit 38f96c7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions theme/standardwhite/config.php
Expand Up @@ -13,7 +13,7 @@
////////////////////////////////////////////////////////////////////////////////


$THEME->standardsheets = true;
$THEME->standardsheets = array('styles_layout','styles_fonts','styles_color','styles_moz');

/// This variable can be set to an array containing
/// filenames from the *STANDARD* theme. If the
Expand All @@ -24,8 +24,7 @@
/// This parameter can be used, for example, to prevent
/// having to override too many classes.
/// Note that the trailing .css should not be included
/// eg $THEME->standardsheets = array('styles_layout', 'styles_fonts',
/// 'styles_color', 'styles_moz');
/// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color');
////////////////////////////////////////////////////////////////////////////////


Expand All @@ -51,8 +50,7 @@
/// This parameter can be used, for example, to prevent
/// having to override too many classes.
/// Note that the trailing .css should not be included
/// eg $THEME->standardsheets = array('styles_layout', 'styles_fonts',
/// 'styles_color', 'styles_moz');
/// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color');
////////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 38f96c7

Please sign in to comment.