This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 858de4f6999b1834c7fe5f5fc41df1d7a3b0b301
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Apr 28 22:07:38 2022 -0400

    Add link to privacy policy
---
 src/site/doxy/customdoxygen.css | 7 +++++++
 src/site/doxy/footer.html       | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/site/doxy/customdoxygen.css b/src/site/doxy/customdoxygen.css
index 2109924e..597179e0 100644
--- a/src/site/doxy/customdoxygen.css
+++ b/src/site/doxy/customdoxygen.css
@@ -20,3 +20,10 @@ code
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
 }
+
+/* make the links in the footer a bit more obvious */
+.navpath a
+{
+       color: #265ED0;
+}
+
diff --git a/src/site/doxy/footer.html b/src/site/doxy/footer.html
index 51ce69f3..9dedb9ac 100644
--- a/src/site/doxy/footer.html
+++ b/src/site/doxy/footer.html
@@ -8,8 +8,8 @@
     <a href="http://www.doxygen.org/index.html";>
     <img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> 
$doxygenversion </li>
     <li class="center">
-Copyright &copy; 2003-2022 <a href="https://www.apache.org/";>Apache Software 
Foundation</a>. All Rights Reserved. <br/>
-Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the 
Apache Logging project logo are trademarks of The Apache Software Foundation.
+Copyright &copy; 2003-2022 <a href="https://www.apache.org/";>Apache Software 
Foundation</a>. All Rights Reserved.  <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br/>
+Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the 
Apache Logging project logo are trademarks of The Apache Software 
Foundation.<br/>
     </li>
   </ul>
 </div>

Reply via email to