diff options
Diffstat (limited to 'templates/show_box_bottom.inc.php')
-rw-r--r-- | templates/show_box_bottom.inc.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/show_box_bottom.inc.php b/templates/show_box_bottom.inc.php index f0c050f3..809f58e0 100644 --- a/templates/show_box_bottom.inc.php +++ b/templates/show_box_bottom.inc.php @@ -20,11 +20,11 @@ */ ?> - </td> -</tr> -<tr> - <td class="box-left-bottom"></td> - <td class="box-bottom"></td> - <td class="box-right-bottom"></td> -</tr> -</table> + </div> + <div class="box-bottom"> + <div class="box-left-bottom"></div> + <div class="box-right-bottom"></div> + </div> + </div> +</div> + |