]> git.mjollnir.org Git - moodle.git/commitdiff
Removed styles_layout.css from theme oceanblue.
authormits <mits>
Fri, 16 Nov 2007 14:51:34 +0000 (14:51 +0000)
committermits <mits>
Fri, 16 Nov 2007 14:51:34 +0000 (14:51 +0000)
Updated config.php for theme oceanblue.

theme/oceanblue/config.php
theme/oceanblue/styles_layout.css [deleted file]

index f6736a9363058265ab6831bb3efb3bced72af886..3ba03e1d60cc3c8053aeea90287a7b3df240106d 100644 (file)
@@ -6,7 +6,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->sheets = array('gradients', 'styles_color', 'styles_layout');
+$THEME->sheets = array('gradients', '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
diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css
deleted file mode 100644 (file)
index 0c0f8e3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*******************************************************************
- styles_layout.css
-
- This CSS file contains all layout definitions like positioning,
- floats, margins, padding, borders etc.
-
- Styles are organised into the following sections:
-  course
-
-*******************************************************************/
-/***
- *** Course
- ***/
-
-.coursebox {
-  float:left;
-}