summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/minnelli/style-rtl.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/themes/garland/minnelli/style-rtl.css b/themes/garland/minnelli/style-rtl.css
new file mode 100644
index 000000000..d3fbab540
--- /dev/null
+++ b/themes/garland/minnelli/style-rtl.css
@@ -0,0 +1,17 @@
+/* $Id$ */
+
+@import "../style.css";
+@import "../style-rtl.css";
+
+body #wrapper #container {
+ width: 560px;
+}
+
+body.sidebars #wrapper #container {
+ width: 980px;
+}
+
+body.sidebar-left #wrapper #container,
+body.sidebar-right #wrapper #container {
+ width: 770px;
+}