summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/templates/index.tpl')
-rw-r--r--themes/default/templates/index.tpl20
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 -->