From ada3a8eab37090c9583d5ef34342fdf06ac40b74 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 29 Dec 2014 01:14:01 +0100 Subject: 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 --- web/html/css/cgit.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/html/css/cgit.css') diff --git a/web/html/css/cgit.css b/web/html/css/cgit.css index fde94c8d..429b5f54 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; } -- cgit v1.2.3-24-g4f1b