Updated config.php for theme oceanblue.
////////////////////////////////////////////////////////////////////////////////
-$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
+++ /dev/null
-/*******************************************************************
- 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;
-}