Removing useless taxonomy.css

5.x
Steven Wittens 2006-11-30 07:05:57 +00:00
parent ceb346b741
commit a0b5a225d3
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
/* $Id$ */
#taxonomy td.term, #taxonomy td.message {
padding-left: 1.5em;
}

View File

@ -151,7 +151,7 @@ function taxonomy_overview_vocabularies() {
);
}
if (empty($rows)) {
$rows[] = array(array('data' => t('No categories available.'), 'colspan' => '5', 'class' => 'message'));
$rows[] = array(array('data' => t('No categories available.'), 'colspan' => '5'));
}
$header = array(t('Name'), t('Type'), array('data' => t('Operations'), 'colspan' => '3'));