Index: css/style-rtl.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style-rtl.css,v
retrieving revision 1.23
diff -u -p -r1.23 style-rtl.css
--- css/style-rtl.css	23 May 2010 14:57:24 -0000	1.23
+++ css/style-rtl.css	21 Jun 2010 01:50:23 -0000
@@ -96,12 +96,14 @@ ul.tips {
   margin-right: 0;
 }
 #block-system-main div.field-name-taxonomy-tags div.field-label,
-#block-system-main div.field-name-taxonomy-tags div.field-items,
 #block-system-main div.field-name-taxonomy-tags div.field-item {
   float: right;
   padding-left: 10px;
   padding-right: 0;
 }
+#block-system-main div.field-type-taxonomy-term-reference div.field-items {
+  padding-right: 10px; /* LTR */
+}
 #block-system-main .link-wrapper {
   margin-right: 236px;
   margin-left: 0;
Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.81
diff -u -p -r1.81 style.css
--- css/style.css	21 Jun 2010 01:44:27 -0000	1.81
+++ css/style.css	21 Jun 2010 01:50:24 -0000
@@ -480,13 +480,17 @@ h1#page-title,
   margin: 1px 5px 0 0; /* LTR */
 }
 #block-system-main div.field-type-taxonomy-term-reference div.field-label,
-#block-system-main div.field-type-taxonomy-term-reference div.field-items,
 #block-system-main div.field-type-taxonomy-term-reference div.field-item {
   display: inline;
   float: left; /* LTR */
   padding-right: 10px; /* LTR */
   font-weight: normal;
 }
+#block-system-main div.field-type-taxonomy-term-reference div.field-items {
+  display: inline;
+  padding-right: 10px; /* LTR */
+  font-weight: normal;
+}
 #block-system-main div.field-name-taxonomy-tags div.field-label {
   font-size: 86%;
   color: #68696b;
