diff --git themes/seven/style-rtl.css themes/seven/style-rtl.css
new file mode 100644
index 0000000..f667178
--- /dev/null
+++ themes/seven/style-rtl.css
@@ -0,0 +1,24 @@
+/* $Id$ */
+
+html {
+  direction: rtl;
+}
+
+
+/* Maintenance theming */
+
+ol.task-list {
+  margin-left: 0;
+  margin-right: 0;
+}
+ol.task-list li {
+  padding: 0.5em 0 0.5em 1em;
+}
+ol.task-list li.active {
+  background: transparent url(images/task-item.png) no-repeat 97px 50%;
+  padding: 0.5em 20px 0.5em 1em;
+}
+ol.task-list li.done {
+  background: transparent url(images/task-check.png) no-repeat 100px 50%;
+  padding: 0.5em 20px 0.5em 1em;
+}
