summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-07 18:04:15 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-07 18:04:15 +0000
commit6f583baf1f79253eac97de59034c90638621b487 (patch)
treeb01d0bbb27bb0d4f2babc07332a540737fc14d4a /themes
parent678773e364cde8991e5c6e02f148695b8d955e0d (diff)
downloadbrdo-6f583baf1f79253eac97de59034c90638621b487.tar.gz
brdo-6f583baf1f79253eac97de59034c90638621b487.tar.bz2
#181582 by Crell and Rob Loach: use theme inheritance in the Minnelli theme, so no @import is required
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/minnelli/minnelli.css20
-rw-r--r--themes/garland/minnelli/minnelli.info1
2 files changed, 21 insertions, 0 deletions
diff --git a/themes/garland/minnelli/minnelli.css b/themes/garland/minnelli/minnelli.css
new file mode 100644
index 000000000..5a3a7391d
--- /dev/null
+++ b/themes/garland/minnelli/minnelli.css
@@ -0,0 +1,20 @@
+/* $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 1ee55c846..3fdb8fc2e 100644
--- a/themes/garland/minnelli/minnelli.info
+++ b/themes/garland/minnelli/minnelli.info
@@ -4,3 +4,4 @@ description = Tableless, recolorable, multi-column, fixed width theme.
version = VERSION
core = 6.x
base theme = garland
+stylesheets[all][] = minnelli.css