aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-07 13:07:54 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-07 13:07:54 +0000
commit6242e245c1ca4f86565169c37a2b17095c5e6477 (patch)
treef45726f3e04cc3e2251db8d052c2e1e2cb558bcf /themes
parent215b584ba9d7851e215828dcb6b7503b5f9c607c (diff)
more compact footer.tpl (less spaced, unnnecessary span/class ...)
sylvia css simplification git-svn-id: http://piwigo.org/svn/trunk@8492 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/Sylvia/theme.css4
-rw-r--r--themes/default/template/footer.tpl36
2 files changed, 18 insertions, 22 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index bee414ad3..6411e7246 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -331,8 +331,8 @@ a.Piwigo {
font-family: verdana, arial, helvetica, sans-serif !important;
font-size: 11px; font-weight: normal; letter-spacing: 0;
color : #F33; text-decoration: none; border: 0; }
-a.Piwigo:hover span.Piwigo {
- border-bottom: 1px solid #ff3363;
+a.Piwigo:hover {
+ border-bottom: 1px solid #ff3363;
}
#theImage A, .illustration A, A.navThumb, A.navThumb {
border-bottom-width: 0;
diff --git a/themes/default/template/footer.tpl b/themes/default/template/footer.tpl
index 90b445ca4..cf2f41a36 100644
--- a/themes/default/template/footer.tpl
+++ b/themes/default/template/footer.tpl
@@ -1,22 +1,18 @@
<div id="copyright">
- <a name="EoP"></a> <!-- End of Page -->
- {if isset($debug.TIME) }
- {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
- {/if}
-
- {* Please, do not remove this copyright. If you really want to,
- contact us on http://piwigo.org to find a solution on how
- to show the origin of the script...
- *}
-
- {'Powered by'|@translate}
- <a href="{$PHPWG_URL}" class="Piwigo">
- <span class="Piwigo">Piwigo</span></a>
- {$VERSION}
- {if isset($CONTACT_MAIL)}
- - {'Contact'|@translate}
- <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
- {/if}
+{if isset($debug.TIME)}
+ {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
+{/if}
+{*
+ Please, do not remove this copyright. If you really want to,
+ contact us on http://piwigo.org to find a solution on how
+ to show the origin of the script...
+*}
+ {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
+ {$VERSION}
+ {if isset($CONTACT_MAIL)}
+ - {'Contact'|@translate}
+ <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
+ {/if}
{get_combined_scripts load='footer'}
@@ -25,12 +21,12 @@
{$v}
{/foreach}
{/if}
-</div> <!-- the_page -->
+</div> {* copyright *}
{if isset($debug.QUERIES_LIST)}
<div id="debug">
{$debug.QUERIES_LIST}
</div>
{/if}
-</div> <!-- copyright -->
+</div>{* the_page *}
</body>
</html> \ No newline at end of file