Index: themes/chameleon/common-rtl.css
===================================================================
RCS file: themes/chameleon/common-rtl.css
diff -N themes/chameleon/common-rtl.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/chameleon/common-rtl.css	3 Jun 2007 13:45:34 -0000
@@ -0,0 +1,19 @@
+/* $Id$ */
+
+body {
+  direction: rtl;
+}
+.navlinks {
+  padding: 0em 0em 1.5em 0.5em;
+}
+.primary a {
+  padding: 0em 0em 0em 0.5em;
+}
+.secondary a {
+  padding: 0em 0em 0em 0.5em;
+}
+
+#header img {
+  float: right;
+  padding: 0em 0em .5em 2em; 
+}
Index: themes/chameleon/common.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/common.css,v
retrieving revision 1.11
diff -u -p -r1.11 common.css
--- themes/chameleon/common.css	30 Aug 2006 07:37:14 -0000	1.11
+++ themes/chameleon/common.css	3 Jun 2007 13:45:34 -0000
@@ -117,24 +117,24 @@ ul.links.inline {
 ** Common navigation links added on the admin/build/themes/settings page
 */
 .navlinks {
-  padding: 0em 0.5em 1.5em 0em;
+  padding: 0em 0.5em 1.5em 0em; /* LTR */
   clear: both;
 }
 .primary a {
   font-size: 1.0em;
-  padding: 0em 0.5em 0em 0em;
+  padding: 0em 0.5em 0em 0em; /* LTR */
 }
 .secondary a {
   font-size: 0.9em;
-  padding: 0em 0.5em 0em 0em;
+  padding: 0em 0.5em 0em 0em; /* LTR */
 }
 
 /*
 ** Logo Image Positioning
 */
 #header img {
-  float: left;
-  padding: 0em 2em .5em 0em;
+  float: left; /* LTR */
+  padding: 0em 2em .5em 0em; /* LTR */
 }
 #header {
   clear: both;
Index: themes/chameleon/style-rtl.css
===================================================================
RCS file: themes/chameleon/style-rtl.css
diff -N themes/chameleon/style-rtl.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/chameleon/style-rtl.css	3 Jun 2007 13:45:34 -0000
@@ -0,0 +1,29 @@
+/* $Id: style.css,v 1.6 2006/08/30 07:37:14 drumm Exp $ */
+
+body {
+  padding: 5em 3em 0 0;
+}
+/**
+ * Yes - right is on the left and left is on the right! 
+ * Welcome to design by tables..
+ */
+#sidebar-left {
+  border-right: inherit;
+  border-left: 1px solid gray;
+}
+#sidebar-right {
+  border-left: inherit;
+  border-right: 1px solid gray;
+}
+
+ul.links li {
+  border-left: inherit;
+  border-right: 1px solid #000;
+}
+ul.links li.first {
+  border-left: inherit;
+  border-right: none;
+}
+div.links {
+  text-align: left;
+}
Index: themes/chameleon/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/style.css,v
retrieving revision 1.6
diff -u -p -r1.6 style.css
--- themes/chameleon/style.css	30 Aug 2006 07:37:14 -0000	1.6
+++ themes/chameleon/style.css	3 Jun 2007 13:45:34 -0000
@@ -10,7 +10,7 @@ a:visited {
   color: #630;
 }
 body {
-  padding: 5em 0 0 3em;
+  padding: 5em 0 0 3em; /* LTR */
   background-image: url(background.png);
   background-repeat: repeat-x;
   font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
@@ -27,10 +27,10 @@ ul {
   width: 500px;
 }
 #sidebar-left {
-  border-right: 1px solid gray;
+  border-right: 1px solid gray; /* LTR */
 }
 #sidebar-right {
-  border-left: 1px solid gray;
+  border-left: 1px solid gray; /* LTR */
 }
 
 /*
@@ -59,10 +59,10 @@ ul {
   font-size: 0.8em;
 }
 ul.links li {
-  border-left: 1px solid #000;
+  border-left: 1px solid #000; /* LTR */
 }
 ul.links li.first {
-  border-left: none;
+  border-left: none; /* LTR */
 }
 .node .title {
   font-size: 1.2em;
@@ -79,7 +79,7 @@ ul.links li.first {
 }
 div.links {
   margin: 1em 0 3em 0;
-  text-align: right;
+  text-align: right; /* LTR */
 }
 .comment .content, .block .content, .menu {
   font-size: 0.9em;
@@ -112,4 +112,4 @@ div.admin-panel h3 {
   color: #fff;
   padding: 5px 8px 5px;
   margin: 0;
-}
\ No newline at end of file
+}
Index: themes/chameleon/marvin/druplicon-watermark-rtl.png
===================================================================
RCS file: themes/chameleon/marvin/druplicon-watermark-rtl.png
diff -N themes/chameleon/marvin/druplicon-watermark-rtl.png
Binary files /dev/null and druplicon-watermark-rtl.png differ
Index: themes/chameleon/marvin/style-rtl.css
===================================================================
RCS file: themes/chameleon/marvin/style-rtl.css
diff -N themes/chameleon/marvin/style-rtl.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/chameleon/marvin/style-rtl.css	3 Jun 2007 13:45:34 -0000
@@ -0,0 +1,33 @@
+/* $Id$ */
+
+body {
+  background-image: url(druplicon-watermark-rtl.png);
+  background-position: top left;
+}
+
+p {
+  margin: 0 0 1em 1em;
+}
+
+ul.links li {
+  border-left: inherit;
+  border-right: 1px solid #888;
+}
+
+/*
+** Common declarations for child classes of node, comment, block, box etc
+*/
+.node .submitted {
+  float: right;
+  padding: 0.5em 1em 0.5em 0;
+}
+.node .taxonomy {
+  float: left;
+}
+.node .content {
+  padding-left: inherit;
+  padding-right: 1em;
+}
+.node .links {
+  padding: 1em 0.2em 1em 0;
+}
Index: themes/chameleon/marvin/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/marvin/style.css,v
retrieving revision 1.7
diff -u -p -r1.7 style.css
--- themes/chameleon/marvin/style.css	31 Aug 2006 07:28:14 -0000	1.7
+++ themes/chameleon/marvin/style.css	3 Jun 2007 13:45:34 -0000
@@ -4,7 +4,7 @@
 ** HTML elements
 */
 body {
-  background: #fff url(druplicon-watermark.png) no-repeat top right;
+  background: #fff url(druplicon-watermark.png) no-repeat top right; /* LTR */
   font-family: arial, helvetica, sans-serif;
 }
 a:link {
@@ -29,7 +29,7 @@ h2.title {
   margin-top: 1em;
 }
 p {
-  margin: 0 1em 1em 0;
+  margin: 0 1em 1em 0; /* LTR */
   padding: 0;
 }
 table {
@@ -49,7 +49,7 @@ table {
   font-size: 0.8em;
 }
 ul.links li {
-  border-left: 1px solid #888;
+  border-left: 1px solid #888; /* LTR */
 }
 ul.links li.first {
   border: none;
@@ -61,20 +61,20 @@ ul.links li.first {
 .node .submitted {
   color: #7c7c7c;
   font-size: 0.9em;
-  float: left;
-  padding: 0.5em 0em 0.5em 1em;
+  float: left; /* LTR */
+  padding: 0.5em 0em 0.5em 1em; /* LTR */
 }
 .node .taxonomy {
   color: #7c7c7c;
   font-size: 0.9em;
-  float: right;
+  float: right; /* LTR */
 }
 .node .content {
   clear: both;
-  padding-left: 1em;
+  padding-left: 1em; /* LTR */
 }
 .node .links {
-  padding: 1em 0 1em 0.2em;
+  padding: 1em 0 1em 0.2em; /* LTR */
 }
 .comment {
   border: solid 1px #777;
@@ -121,4 +121,4 @@ div.admin-panel h3 {
 }
 .path, .path a, .path a:visited {
   color: #888;
-}
\ No newline at end of file
+}
