No cell spacing
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
$strgroupmy = get_string('groupmy');
|
||||
$editing = $PAGE->user_is_editing();
|
||||
|
||||
echo '<table id="layout-table">';
|
||||
echo '<table id="layout-table" cellspacing="0">';
|
||||
echo '<tr>';
|
||||
|
||||
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
/// Layout the whole page as three big columns.
|
||||
echo '<table id="layout-table"><tr>';
|
||||
echo '<table id="layout-table" cellspacing="0"><tr>';
|
||||
|
||||
/// The left column ...
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
|
||||
/// Layout the whole page as three big columns.
|
||||
echo '<table id="layout-table"><tr>';
|
||||
echo '<table id="layout-table" cellspacing="0"><tr>';
|
||||
|
||||
/// The left column ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user