summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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