diff options
Diffstat (limited to 'themes/default/templates/index.tpl')
-rw-r--r-- | themes/default/templates/index.tpl | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl index 791dd32..10459aa 100644 --- a/themes/default/templates/index.tpl +++ b/themes/default/templates/index.tpl @@ -22,20 +22,12 @@ <span style="clear: both;"> <!-- option column --> <div class="options" style="float: left;"> - <table> - <tr> - <td> - {include file="search.tpl"} - </td> - </tr> - <tr> - <td> - <div id="tags"> - {include file="tags.tpl"} - </div> - </td> - </tr> - </table> + <div> + {include file="search.tpl"} + </div> + <div id="tags"> + {include file="tags.tpl"} + </div> </div> <!-- /option column --> |