summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/index.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-05 19:53:15 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 08:21:39 +0100
commit35efccbba53481402a9146911bb786781c1e3dc3 (patch)
treef7479f63c63e80e1b256a1b2a15c6ee515079cc8 /themes/default/templates/index.tpl
parent3face190fc281981026fe48fb80cea007a2e841b (diff)
issue59, remove HTML table from main skeleton
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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 -->