summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-17 11:39:38 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-17 11:39:38 +0000
commit364ab75a5cacf5a32055414ca7670d39a86d432b (patch)
tree2777dd4d005a6dc7864e1e4fbe5e78cf5343e319 /themes
parente270cd093b993887142ad742a700dcc0b6b66ed6 (diff)
downloadbrdo-364ab75a5cacf5a32055414ca7670d39a86d432b.tar.gz
brdo-364ab75a5cacf5a32055414ca7670d39a86d432b.tar.bz2
#176295 by myself: right to left display support for the Minnelli theme
Diffstat (limited to 'themes')
-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;
+}