diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:53:15 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:53:15 +0100 |
commit | 5f6bf36832c83f177bad66b3ed1c6663166c1ca8 (patch) | |
tree | 0616cc2407fedbcb467325fc4e904c7067a2311f /themes/default | |
parent | 3face190fc281981026fe48fb80cea007a2e841b (diff) |
issue59, remove HTML table from main skeleton
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-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 --> |