Removing useless taxonomy.css
parent
ceb346b741
commit
a0b5a225d3
|
@ -1,5 +0,0 @@
|
|||
/* $Id$ */
|
||||
|
||||
#taxonomy td.term, #taxonomy td.message {
|
||||
padding-left: 1.5em;
|
||||
}
|
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue