You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/12/10 12:53:44 UTC

[3/3] allura git commit: [#7802] remove ASF copyright from site footer; add TM; add underline since footer links are same color as text

[#7802] remove ASF copyright from site footer; add TM; add underline since footer links are same color as text


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/2c41b009
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/2c41b009
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/2c41b009

Branch: refs/heads/master
Commit: 2c41b009665bc9d2de2f34624c1e42b7301c8d4f
Parents: 5407aa9
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Fri Dec 5 21:48:15 2014 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Dec 10 13:51:35 2014 +0200

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css             | 1 +
 Allura/allura/templates/jinja_master/theme_macros.html | 7 +------
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/2c41b009/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 93692f6..4c62314 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -431,6 +431,7 @@ blockquote {
 #site-header a, #site-footer a {
   color: #555555;
   margin-left: 1em;
+  text-decoration: underline;
 }
 #site-header a:visited, #site-footer a:visited {
   color: #555555;

http://git-wip-us.apache.org/repos/asf/allura/blob/2c41b009/Allura/allura/templates/jinja_master/theme_macros.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/theme_macros.html b/Allura/allura/templates/jinja_master/theme_macros.html
index b828718..4693b9a 100644
--- a/Allura/allura/templates/jinja_master/theme_macros.html
+++ b/Allura/allura/templates/jinja_master/theme_macros.html
@@ -38,12 +38,7 @@
 {%- macro footer(year, path_to_static='') %}
 <footer id="site-footer">
   <nav>
-      <p>This project is powered by <a href="https://allura.apache.org/">Apache Allura</a>.</p>
-      <p>
-      Copyright &copy; 2014 The Apache Software Foundation, Licensed under the
-      <a style="color: #069;" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
-      Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.
-      </p>
+      <p>This project is powered by <a href="https://allura.apache.org/">Apache Allura</a>&trade;.</p>
   </nav>
 </footer>
 {%- endmacro %}