You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2013/04/02 19:57:20 UTC

git commit: Fixed fluido footer

Updated Branches:
  refs/heads/master 8cb7ab468 -> 24a96fb70


Fixed fluido footer


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/24a96fb7
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/24a96fb7
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/24a96fb7

Branch: refs/heads/master
Commit: 24a96fb70f04d18bf0ec50e7429eadc2d09e38b0
Parents: 8cb7ab4
Author: Kristian Rosenvold <kr...@apache.org>
Authored: Tue Apr 2 19:56:02 2013 +0200
Committer: Kristian Rosenvold <kr...@apache.org>
Committed: Tue Apr 2 19:57:14 2013 +0200

----------------------------------------------------------------------
 src/site/site.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/24a96fb7/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 730c5f0..933c973 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -57,8 +57,10 @@
     <menu ref="reports" inherit="bottom"/>
     
     <footer>
-        <div class="row span12"><span><a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a> - </span>
-        <span>Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.</span></div>
+      <div class="row pull-left">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div>
+      <div class="row pull-left">
+        <a href="${project.url}privacy-policy.html">Privacy Policy</a>
+      </div>
     </footer>
   </body>
 </project>