- Patch #254758 by flobruit and me: remove inline CSS style from simpletest.

merge-requests/26/head
Dries Buytaert 2008-05-10 07:46:22 +00:00
parent 0a31af3ed2
commit f50062676e
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ function theme_simpletest_overview_form($form) {
$row[] = array('id' => $test_class, 'class' => 'simpletest-select-all');
$row[] = array(
'data' => '<div class="simpletest-image" id="simpletest-test-group-' . $test_class . '">' . $js['images'][0] . '</div>&nbsp;<label for="' . $test_class . '-select-all" class="simpletest-group-label">' . $element['#title'] . '</label>',
'style' => 'font-weight: bold;'
);
$row[] = $element['#description'];
$rows[] = array('data' => $row, 'class' => 'simpletest-group');