projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3face19
)
issue59, remove HTML table from main skeleton
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 5 Jan 2008 18:53:15 +0000
(19:53 +0100)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sat, 5 Jan 2008 18:53:15 +0000
(19:53 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
themes/default/templates/index.tpl
patch
|
blob
|
history
diff --git
a/themes/default/templates/index.tpl
b/themes/default/templates/index.tpl
index 791dd32f446fb8a866867372be07cb94ad5fa31f..10459aa72dc3f39389408687c7e96d6b95d9bb77 100644
(file)
--- 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 -->