This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 5c02d437ae2ab9d01370cc9aec4ecc46f3602746 (commit)
from 343d05e3d262dd9d9b0af8b571a8a1e4fb5323ee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5c02d437ae2ab9d01370cc9aec4ecc46f3602746
commit 5c02d437ae2ab9d01370cc9aec4ecc46f3602746
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 4 12:01:35 2017 +0200
Use HTML 5 <footer>
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index 573ad80..17e3ef0 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -161,7 +161,7 @@ class Theme_Funky extends Layout {
function footer($params = array()) {
$this->bodyFooter($params);
- echo html_ao('div', array('class' => 'footer'));
+ echo html_ao('footer');
echo $this->navigation->getPoweredBy();
echo $this->navigation->getShowSource();
echo html_e('div', array('style' => 'clear:both'), '', false);
diff --git a/src/www/themes/funky/css/theme.css
b/src/www/themes/funky/css/theme.css
index 723fae8..a7de379 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -673,10 +673,7 @@ p.information {
}
-/*
- footer
-*/
-.footer {
+footer {
padding: 10px;
background: rgb(66, 69, 82) url("../images/header/header-bg.png");
border-top: 1px solid #f7f7f7;
@@ -688,7 +685,7 @@ p.information {
text-shadow: 1px 1px white;
}
-.footer img {
+footer img {
float: right;
}
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/Theme.class.php | 2 +-
src/www/themes/funky/css/theme.css | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits