summaryrefslogtreecommitdiff
path: root/css/ie6-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/ie6-rtl.css')
-rwxr-xr-xcss/ie6-rtl.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/ie6-rtl.css b/css/ie6-rtl.css
new file mode 100755
index 0000000..4d6f40c
--- /dev/null
+++ b/css/ie6-rtl.css
@@ -0,0 +1,12 @@
+/**
+ * @file
+ * RTL companion for the ie6.css file.
+ */
+
+
+/*
+ * Layout CSS
+ */
+#page {
+ text-align: right; /* 2nd part of IE5/IE6quirks centering hack */
+}