diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:55:38 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-05 19:55:38 +0100 |
commit | f89f1aeb2004bbccf3d08fdccc41b235f8e1beb0 (patch) | |
tree | 99496ed558bfd47d1ba7a3ddbb0859d23cfa1e2f /themes/default | |
parent | 5f6bf36832c83f177bad66b3ed1c6663166c1ca8 (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/credits.tpl | 42 |
1 files changed, 13 insertions, 29 deletions
diff --git a/themes/default/templates/credits.tpl b/themes/default/templates/credits.tpl index 54991d4..a940b03 100644 --- a/themes/default/templates/credits.tpl +++ b/themes/default/templates/credits.tpl @@ -1,29 +1,13 @@ -<!-- Single photo --> -<table> - <tr> - <td class="index_header"> - <b>{$product} {$version}</b><br /> - </td> - </tr> - <tr> - <td> - <div id='matrix'> - <table> - <tr> - <td> - by Andreas Unterkircher<br /> - Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a> - <hr /> - <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> - <hr /> - PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>. - <hr /> - F-Spot database version: {$db_version} - </td> - </tr> - </table> - </div> - </td> - </tr> -</table> -<!-- /Single photo --> +<div class="index_header"> + <b>{$product} {$version}</b><br /> +</div> +<div id='matrix' style="margin-top: 10px; margin-left: 10px;"> + by Andreas Unterkircher<br /> + Licensed under GPLv3, <a href="http://oss.netshadow.at/oss/phpfspot/Project" target="_blank">phpfspot</a> + <hr /> + <a href="http://wiki.bluga.net/HTML_AJAX/HomePage">HTML_AJAX</a> + <hr /> + PHP tag-cloud code by <a href="http://prism-perfect.net/archive/php-tag-cloud-tutorial/">Jenny Ferenc</a>. + <hr /> + F-Spot database version: {$db_version} +</div> |