From: stronk7 Date: Wed, 21 Feb 2007 23:16:23 +0000 (+0000) Subject: Deleting inline styles from the "incompatible" table. MDL-8419 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc1ffd01477d3ac693480a35b9d23633a4137a0c;p=moodle.git Deleting inline styles from the "incompatible" table. MDL-8419 --- diff --git a/admin/blocks.php b/admin/blocks.php index ea23c11aa4..0e2a5a9456 100644 --- a/admin/blocks.php +++ b/admin/blocks.php @@ -232,9 +232,8 @@ $table->define_headers(array($strname, $strdelete)); $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/blocks.php'); - $table->set_attribute('cellspacing', '0'); $table->set_attribute('id', 'incompatible'); - $table->set_attribute('class', 'generaltable generalbox'); + $table->set_attribute('class', 'flexible generaltable generalbox boxaligncenter boxwidthwide'); $table->setup();