Some cleanup ... styles_moz.css is now not included with "standard" by default

This commit is contained in:
moodler
2005-03-25 17:14:01 +00:00
parent a76eba9add
commit 848aafa81a
2 changed files with 5 additions and 40 deletions
+3 -5
View File
@@ -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');
////////////////////////////////////////////////////////////////////////////////
+2 -35
View File
@@ -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
***/