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:
Lukas Fleischer 2014-12-29 01:14:01 +01:00
parent 8e06a607c8
commit ada3a8eab3
2 changed files with 14 additions and 7 deletions

View file

@ -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;
}