diff --git a/theme/standard/config.php b/theme/standard/config.php index ee599cf1a22..0f31071608a 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -6,7 +6,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_moz'); +$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color'); /// This variable is an array containing the names of all the /// stylesheet files you want included in this theme, and in what order @@ -24,8 +24,7 @@ $THEME->standardsheets = true; /// 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'); //////////////////////////////////////////////////////////////////////////////// @@ -51,8 +50,7 @@ $THEME->parentsheets = false; /// 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'); //////////////////////////////////////////////////////////////////////////////// diff --git a/theme/standard/styles_moz.css b/theme/standard/styles_moz.css index 056c5368b2a..109aa6c68cd 100644 --- a/theme/standard/styles_moz.css +++ b/theme/standard/styles_moz.css @@ -1,7 +1,8 @@ /******************************************************************* styles_moz.css - This CSS file contains all mozilla specific definitions. + This CSS file uses the non-standard Mozilla CSS extensions + to add round corners to the current theme. Styles are organised into the following sections: core @@ -330,37 +331,3 @@ body#course-user .section { -moz-border-radius-bottomright:15px; } - - -/*** - *** Modules: Label - ***/ - -/*** - *** Modules: Lesson - ***/ - -/*** - *** Modules: Quiz - ***/ - -/*** - *** Modules: Resource - ***/ - -/*** - *** Modules: Scorm - ***/ - -/*** - *** Modules: Survey - ***/ - -/*** - *** Modules: Wiki - ***/ - -/*** - *** Modules: Workshop - ***/ -