From: mits Date: Fri, 16 Nov 2007 14:51:34 +0000 (+0000) Subject: Removed styles_layout.css from theme oceanblue. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=26966d40267600b0079026fef81a7b686ddc8c26;p=moodle.git Removed styles_layout.css from theme oceanblue. Updated config.php for theme oceanblue. --- diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index f6736a9363..3ba03e1d60 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -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 index 0c0f8e3b6c..0000000000 --- a/theme/oceanblue/styles_layout.css +++ /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; -}