Use the footer that is already used in other parts of the AUR website
instead of the footer from the main Arch Linux website.

Signed-off-by: Lukas Fleischer <[email protected]>
---
 web/html/css/cgit.css         |  9 +++++++++
 web/template/cgit/footer.html | 12 +++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/web/html/css/cgit.css b/web/html/css/cgit.css
index fde94c8..429b5f5 100644
--- a/web/html/css/cgit.css
+++ b/web/html/css/cgit.css
@@ -24,6 +24,15 @@
 
 /* END ARCH GLOBAL NAVBAR */
 
+#footer {
+    clear: both;
+    margin: 0;
+}
+
+#footer p {
+    margin: 1em;
+}
+
 #archnavbar.anb-aur ul li#anb-aur a {
     color: white !important;
 }
diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html
index dbbc2cd..f90aeb7 100644
--- a/web/template/cgit/footer.html
+++ b/web/template/cgit/footer.html
@@ -1,8 +1,6 @@
-<div class="foot" style="padding-left:1em;padding-right:1em;">
-<p>Copyright &copy; 2002-2014 <a href="mailto:[email protected]";
-title="contact Judd Vinet">Judd Vinet</a> and <a 
href="mailto:[email protected]";
-title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo
-are recognized trademarks. Some rights reserved. The registered trademark
-Linux&copy; is used pursuant to a sublicense from LMI, the exclusive licensee
-of Linus Torvalds, owner of the mark on a world-wide basis.</p>
+<div id="footer">
+       <p>
+               Copyright &copy; 2004-2014 AUR Development Team &ndash;
+               <strong>Unsupported packages are user produced content. Any use 
of the provided files is at your own risk.</strong>
+       </p>
 </div>
-- 
2.2.1

Reply via email to