From d56af24c71d7a0c32cb491b31c1e5e3eaf850f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 14 Nov 2007 15:05:37 +0000 Subject: #181582 rollback: this broke maintanance pages (update, install) --- themes/garland/minnelli/minnelli.css | 20 -------------------- themes/garland/minnelli/minnelli.info | 1 - themes/garland/minnelli/style-rtl.css | 3 +++ themes/garland/minnelli/style.css | 22 ++++++++++++++++++++++ 4 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 themes/garland/minnelli/minnelli.css create mode 100644 themes/garland/minnelli/style-rtl.css create mode 100644 themes/garland/minnelli/style.css (limited to 'themes') diff --git a/themes/garland/minnelli/minnelli.css b/themes/garland/minnelli/minnelli.css deleted file mode 100644 index 5a3a7391d..000000000 --- a/themes/garland/minnelli/minnelli.css +++ /dev/null @@ -1,20 +0,0 @@ -/* $Id$ */ - -/** - * Minnelli, for Drupal 5.0 - * Stefan Nagtegaal, iStyledThis [dot] nl - * Steven Wittens, acko [dot] net - */ - -body #wrapper #container { - width: 560px; -} - -body.sidebars #wrapper #container { - width: 980px; -} - -body.sidebar-left #wrapper #container, -body.sidebar-right #wrapper #container { - width: 770px; -} diff --git a/themes/garland/minnelli/minnelli.info b/themes/garland/minnelli/minnelli.info index 3fdb8fc2e..1ee55c846 100644 --- a/themes/garland/minnelli/minnelli.info +++ b/themes/garland/minnelli/minnelli.info @@ -4,4 +4,3 @@ description = Tableless, recolorable, multi-column, fixed width theme. version = VERSION core = 6.x base theme = garland -stylesheets[all][] = minnelli.css diff --git a/themes/garland/minnelli/style-rtl.css b/themes/garland/minnelli/style-rtl.css new file mode 100644 index 000000000..bf0ad87df --- /dev/null +++ b/themes/garland/minnelli/style-rtl.css @@ -0,0 +1,3 @@ +/* $Id$ */ + +@import "../style-rtl.css"; diff --git a/themes/garland/minnelli/style.css b/themes/garland/minnelli/style.css new file mode 100644 index 000000000..097e28888 --- /dev/null +++ b/themes/garland/minnelli/style.css @@ -0,0 +1,22 @@ +/* $Id$ */ + +/** + * Minnelli, for Drupal 5.0 + * Stefan Nagtegaal, iStyledThis [dot] nl + * Steven Wittens, acko [dot] net + */ + +@import "../style.css"; + +body #wrapper #container { + width: 560px; +} + +body.sidebars #wrapper #container { + width: 980px; +} + +body.sidebar-left #wrapper #container, +body.sidebar-right #wrapper #container { + width: 770px; +} -- cgit v1.2.3