Index: modules/color/color-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color-rtl.css,v
retrieving revision 1.1
diff -u -u -p -r1.1 color-rtl.css
--- modules/color/color-rtl.css	27 May 2007 17:57:48 -0000	1.1
+++ modules/color/color-rtl.css	27 Nov 2007 08:15:59 -0000
@@ -1,13 +1,13 @@
 /* $Id: color-rtl.css,v 1.1 2007/05/27 17:57:48 goba Exp $ */
 
 #placeholder {
-  right: inherit;
   left: 0;
+  right: auto;
 }
 
 /* Palette */
 .color-form .form-item {
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 1em;
 }
 .color-form label {
@@ -18,7 +18,7 @@
   float: right;
 }
 .color-form .form-text {
-  margin-right: inherit;
+  margin-right: 0;
   margin-left: 5px;
 }
 
@@ -26,7 +26,7 @@
   float: right;
 }
 #palette .down, #palette .up, #palette .both {
-  background-position: 0 0;
+  background: url(images/hook-rtl.png) no-repeat 0 0;
 }
 #palette .up {
   background-position: 0 -27px;
@@ -37,7 +37,6 @@
 
 #palette .lock {
   float: right;
-  left: inherit;
   right: -10px;
 }
 html.js #preview {
Index: modules/comment/comment-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment-rtl.css,v
retrieving revision 1.1
diff -u -u -p -r1.1 comment-rtl.css
--- modules/comment/comment-rtl.css	27 May 2007 17:57:48 -0000	1.1
+++ modules/comment/comment-rtl.css	27 Nov 2007 08:15:59 -0000
@@ -1,6 +1,6 @@
 /* $Id: comment-rtl.css,v 1.1 2007/05/27 17:57:48 goba Exp $ */
 
 .indented {
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 25px;
 }
Index: modules/dblog/dblog-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog-rtl.css,v
retrieving revision 1.1
diff -u -u -p -r1.1 dblog-rtl.css
--- modules/dblog/dblog-rtl.css	27 May 2007 17:57:48 -0000	1.1
+++ modules/dblog/dblog-rtl.css	27 Nov 2007 08:15:59 -0000
@@ -2,6 +2,6 @@
 
 #dblog-filter-form .form-item {
   float: right;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: .8em;
 }
Index: modules/forum/forum-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 forum-rtl.css
--- modules/forum/forum-rtl.css	30 May 2007 18:28:13 -0000	1.2
+++ modules/forum/forum-rtl.css	27 Nov 2007 08:15:59 -0000
@@ -1,7 +1,7 @@
 /* $Id: forum-rtl.css,v 1.2 2007/05/30 18:28:13 goba Exp $ */
 
 #forum tr td.forum {
-  padding-left: inherit;
+  padding-left: 0.5em;
   padding-right: 25px;
   background-position: 98% 2px;
 }
Index: modules/help/help-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help-rtl.css,v
retrieving revision 1.1
diff -u -u -p -r1.1 help-rtl.css
--- modules/help/help-rtl.css	27 May 2007 17:57:48 -0000	1.1
+++ modules/help/help-rtl.css	27 Nov 2007 08:15:59 -0000
@@ -2,10 +2,10 @@
 
 .help-items {
   float: right;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 3%;
 }
 .help-items-last {
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 0;
 }
Index: modules/node/node-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 node-rtl.css
--- modules/node/node-rtl.css	30 May 2007 18:28:13 -0000	1.2
+++ modules/node/node-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -2,7 +2,7 @@
 
 #node-admin-buttons {
   float: right;
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 0.5em;
   clear: left;
 }
Index: modules/search/search-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 search-rtl.css
--- modules/search/search-rtl.css	30 May 2007 18:28:13 -0000	1.2
+++ modules/search/search-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -2,7 +2,7 @@
 
 .search-advanced .criterion {
   float: right;
-  margin-right: inherit;
+  margin-right: 0;
   margin-left: 2em;
 }
 .search-advanced .action {
Index: modules/system/admin-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/admin-rtl.css,v
retrieving revision 1.3
diff -u -u -p -r1.3 admin-rtl.css
--- modules/system/admin-rtl.css	1 Sep 2007 05:27:04 -0000	1.3
+++ modules/system/admin-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -6,9 +6,9 @@ div.admin-panel .body {
 
 div.admin .expert-link {
   text-align: left;
-  margin-right: inherit;
+  margin-right: 0;
   margin-left: 1em;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 4px;
 }
 
@@ -31,7 +31,7 @@ table.screenshot {
   float: right;
 }
 .date-container .custom-container {
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 15px;
 }
 
Index: modules/system/defaults-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/defaults-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 defaults-rtl.css
--- modules/system/defaults-rtl.css	30 May 2007 18:28:13 -0000	1.2
+++ modules/system/defaults-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -2,6 +2,6 @@
 
 th {
   text-align: right;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 1em;
 }
Index: modules/system/system-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system-rtl.css,v
retrieving revision 1.6
diff -u -u -p -r1.6 system-rtl.css
--- modules/system/system-rtl.css	10 Oct 2007 10:24:25 -0000	1.6
+++ modules/system/system-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -1,8 +1,14 @@
 /* $Id: system-rtl.css,v 1.6 2007/10/10 10:24:25 goba Exp $ */
 
+thead th {
+  text-align: right; 
+  padding-left: 1em; 
+  padding-right: 0.5em;
+}
+
 .item-list .icon {
   float: left;
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 0.25em;
   clear: left;
 }
@@ -30,13 +36,13 @@ ul.primary {
   padding: 0 1em 0 0;
 }
 ul.primary li a {
-  margin-right: inherit;
+  margin-right: 5px;
   margin-left: 0.5em;
 }
 ul.secondary li {
   display: inline;
   padding: 0 1em;
-  border-right: inherit;
+  border-right: none;
   border-left: 1px solid #ccc;
 }
 html.js input.form-autocomplete {
@@ -47,7 +53,7 @@ html.js input.throbbing {
 }
 
 html.js fieldset.collapsible legend a {
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 15px;
   background-position: 98% 75%;
 }
@@ -58,7 +64,7 @@ html.js fieldset.collapsed legend a {
 
 div.teaser-button-wrapper {
   float: left;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 5%;
 }
 .teaser-checkbox div.form-item {
@@ -79,9 +85,9 @@ div.teaser-button-wrapper {
 }
 input.password-field {
   margin-left: 10px;
-  margin-right: inherit;
+  margin-right: 0;
 }
 input.password-confirm {
   margin-left: 10px;
-  margin-right: inherit;
+  margin-right: 0;
 }
Index: modules/user/user-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 user-rtl.css
--- modules/user/user-rtl.css	30 May 2007 18:28:14 -0000	1.2
+++ modules/user/user-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -1,17 +1,17 @@
 /* $Id: user-rtl.css,v 1.2 2007/05/30 18:28:14 goba Exp $ */
 
 #permissions td.permission {
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 1.5em;
 }
 #access-rules .access-type, #access-rules .rule-type {
-  margin-right: inherit;
+  margin-right: 0;
   margin-left: 1em;
   float: right;
 }
 #user-admin-buttons {
   float: right;
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 0.5em;
   clear: left;
 }
Index: themes/bluemarine/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/style-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 style-rtl.css
--- themes/bluemarine/style-rtl.css	30 May 2007 08:08:59 -0000	1.2
+++ themes/bluemarine/style-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -17,7 +17,7 @@ body {
 }
 ul.links li {
   border-right: 1px solid #9cf;
-  border-left: inherit;
+  border-left: none;
 }
 .block, .box {
   padding: 0 1.5em 0 0;
Index: themes/chameleon/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/style-rtl.css,v
retrieving revision 1.2
diff -u -u -p -r1.2 style-rtl.css
--- themes/chameleon/style-rtl.css	5 Jun 2007 09:15:02 -0000	1.2
+++ themes/chameleon/style-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -8,20 +8,20 @@ body {
  * Welcome to design by tables..
  */
 #sidebar-left {
-  border-right: inherit;
+  border-right: none;
   border-left: 1px solid gray;
 }
 #sidebar-right {
-  border-left: inherit;
+  border-left: none;
   border-right: 1px solid gray;
 }
 
 ul.links li {
-  border-left: inherit;
+  border-left: none;
   border-right: 1px solid #000;
 }
 ul.links li.first {
-  border-left: inherit;
+  border-left: none;
   border-right: none;
 }
 div.links {
Index: themes/chameleon/marvin/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/marvin/style-rtl.css,v
retrieving revision 1.1
diff -u -u -p -r1.1 style-rtl.css
--- themes/chameleon/marvin/style-rtl.css	4 Jun 2007 11:10:38 -0000	1.1
+++ themes/chameleon/marvin/style-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -10,7 +10,7 @@ p {
 }
 
 ul.links li {
-  border-left: inherit;
+  border-left: none;
   border-right: 1px solid #888;
 }
 
@@ -25,7 +25,7 @@ ul.links li {
   float: left;
 }
 .node .content {
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 1em;
 }
 .node .links {
Index: themes/garland/style-rtl.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style-rtl.css,v
retrieving revision 1.3
diff -u -u -p -r1.3 style-rtl.css
--- themes/garland/style-rtl.css	11 Oct 2007 09:51:29 -0000	1.3
+++ themes/garland/style-rtl.css	27 Nov 2007 08:16:00 -0000
@@ -20,7 +20,7 @@ ul.menu, .item-list ul {
 }
 
 ul.menu ul, .item-list ul ul {
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 0em;
 }
 
@@ -34,7 +34,7 @@ ul li, ul.menu li, .item-list ul li, li.
 }
 
 ol li {
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 2em;
 }
 
@@ -51,7 +51,7 @@ ul.inline li {
 }
 
 ol.task-list {
-  margin-left: inherit;
+  margin-left: 0;
   margin-right: 0;
 }
 
@@ -68,7 +68,7 @@ ol.task-list li.done {
 }
 
 ol.task-list li.active {
-  margin-right: inherit;
+  margin-right: 0;
   margin-left: 1em;
 }
 
@@ -96,10 +96,9 @@ dl dd {
 }
 
 #wrapper #container #header h1 img {
-  padding-right: inherit;
+  padding-right: 0;
+  padding-left: 20px;
   float: right;
-  padding-right: inherit;
-  padding-left : 20px;
 }
 
 #sidebar-left .block-region {
@@ -118,7 +117,7 @@ dl dd {
 #wrapper #container .breadcrumb {
   position: absolute;
   top: 15px;
-  left: inherit;
+  left: 0;
   right: 35px;
   z-index: 3;
 }
@@ -139,7 +138,6 @@ ul.primary-links li {
  * Secondary navigation
  */
 ul.secondary-links {
-  padding: 20px 0 0;
   float: left;
   clear: left;
 }
@@ -186,7 +184,7 @@ ul.links li, ul.inline li {
 }
 
 .picture, .comment .submitted {
-  padding-left: inherit;
+  padding-left: 0;
   float: left;
   clear: left;
   padding-right: 1em;
@@ -201,12 +199,12 @@ ul.links li, ul.inline li {
 }
 
 .indented {
-  margin-left: 0; /* an should be inherit, but force left margin to be 0  */
+  margin-left: 0;
   margin-right: 25px;
 }
 
 html.js fieldset.collapsible legend a {
-  padding-left: inherit;
+  padding-left: 0;
   padding-right: 2em;
   background: url("images/menu-expanded.gif") no-repeat 100% 50%;
 }
@@ -220,7 +218,7 @@ html.js fieldset.collapsed legend a {
  */
 #block-node-0 h2 {
   float: right;
-  padding-right: inherit;
+  padding-right: 0;
   padding-left: 20px;
 }
 
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.30
diff -u -u -p -r1.30 style.css
--- themes/garland/style.css	26 Nov 2007 19:46:52 -0000	1.30
+++ themes/garland/style.css	27 Nov 2007 08:16:00 -0000
@@ -577,7 +577,7 @@ ul.primary-links li a:hover, ul.primary-
  */
 ul.secondary-links {
   margin: 0;
-  padding: 18px 0 0; /* LTR */
+  padding: 18px 0 0;
   float: right; /* LTR */
   clear: right; /* LTR */
   position: relative;
