Index: modules/simpletest/simpletest.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.css,v
retrieving revision 1.8
diff -u -p -r1.8 simpletest.css
--- modules/simpletest/simpletest.css	6 Mar 2010 06:39:01 -0000	1.8
+++ modules/simpletest/simpletest.css	27 Sep 2010 14:44:54 -0000
@@ -1,24 +1,22 @@
 /* $Id: simpletest.css,v 1.8 2010/03/06 06:39:01 dries Exp $ */
 
-/* Addon for the simpletest module */
-#simpletest {
-}
-
 /* Test Table */
 #simpletest-form-table th.select-all {
-  width: 25px;
+  width: 1em;
 }
-
 th.simpletest_test {
-  width: 160px;
+  width: 16em;
 }
 
-table#simpletest-form-table tr td {
+.simpletest-group-label {
+  display: inline;
+  font-weight: bold;
+}
+#simpletest-form-table tr td {
   background-color: white;
   color: #494949;
 }
-
-table#simpletest-form-table tr.simpletest-group td {
+#simpletest-form-table tr.simpletest-group td {
   background-color: #EDF5FA;
   color: #494949;
 }
@@ -30,41 +28,33 @@ div.message > div.item-list {
 div.simpletest-pass {
   color: #33a333;
 }
-
 .simpletest-fail {
   color: #981010;
 }
 
 tr.simpletest-pass.odd {
-  background: #b6ffb6;
+  background-color: #b6ffb6;
 }
-
 tr.simpletest-pass.even {
-  background: #9bff9b;
+  background-color: #9bff9b;
 }
-
 tr.simpletest-fail.odd {
-  background: #ffc9c9;
+  background-color: #ffc9c9;
 }
-
 tr.simpletest-fail.even {
-  background: #ffacac;
+  background-color: #ffacac;
 }
-
 tr.simpletest-exception.odd {
-  background: #f4ea71;
+  background-color: #f4ea71;
 }
-
 tr.simpletest-exception.even {
-  background: #f5e742;
+  background-color: #f5e742;
 }
-
 tr.simpletest-debug.odd {
-  background: #eeeeee;
+  background-color: #eee;
 }
-
 tr.simpletest-debug.even {
-  background: #ffffff;
+  background-color: #fff;
 }
 
 div.simpletest-image {
@@ -77,9 +67,7 @@ a.simpletest-collapse {
   width: 0;
   top: -99em;
   position: absolute;
-
 }
-
 a.simpletest-collapse:focus,
 a.simpletest-collapse:hover {
   font-size: 80%;
Index: modules/simpletest/simpletest.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.pages.inc,v
retrieving revision 1.31
diff -u -p -r1.31 simpletest.pages.inc
--- modules/simpletest/simpletest.pages.inc	24 Jul 2010 17:28:26 -0000	1.31
+++ modules/simpletest/simpletest.pages.inc	27 Sep 2010 14:42:11 -0000
@@ -108,9 +108,8 @@ function theme_simpletest_test_table($va
 
     // Expand/collapse image and group title.
     $row[] = array(
-      'data' =>  '<div class="simpletest-image" id="simpletest-test-group-' . $test_class . '"></div>&nbsp;' .
-                 '<label for="' . $test_class . '-select-all" class="simpletest-group-label">' . $key . '</label>',
-      'style' => 'font-weight: bold;'
+      'data' => '<div class="simpletest-image" id="simpletest-test-group-' . $test_class . '"></div>&nbsp;' .
+        '<label for="' . $test_class . '-select-all" class="simpletest-group-label">' . $key . '</label>',
     );
 
     $row[] = '&nbsp;';
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.17
diff -u -p -r1.17 style.css
--- themes/bartik/css/style.css	24 Sep 2010 01:36:30 -0000	1.17
+++ themes/bartik/css/style.css	27 Sep 2010 14:48:55 -0000
@@ -1204,9 +1204,6 @@ div.add-or-remove-shortcuts {
 
 /* ---------- Admin-specific Theming ---------- */
 
-.page-admin #block-system-main img {
-  margin-right: 15px; /* LTR */
-}
 .page-admin-structure-block-demo .block-region {
  color: #000000;
 }
