mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use the AUR footer in cgit
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 <archlinux@cryptocrack.de>
This commit is contained in:
parent
8e06a607c8
commit
ada3a8eab3
2 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<div class="foot" style="padding-left:1em;padding-right:1em;">
|
||||
<p>Copyright © 2002-2014 <a href="mailto:jvinet@zeroflux.org"
|
||||
title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
|
||||
title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo
|
||||
are recognized trademarks. Some rights reserved. The registered trademark
|
||||
Linux© 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 © 2004-2014 AUR Development Team –
|
||||
<strong>Unsupported packages are user produced content. Any use of the provided files is at your own risk.</strong>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue