summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-12-29 01:14:01 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-12-29 11:34:02 +0100
commitada3a8eab37090c9583d5ef34342fdf06ac40b74 (patch)
treeae201c6f01bc594618231208ada990b772bce34d /web/html
parent8e06a607c887664ed5fc0f4e5d77d5cc50413e53 (diff)
downloadaurweb-ada3a8eab37090c9583d5ef34342fdf06ac40b74.tar.xz
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>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/css/cgit.css9
1 files changed, 9 insertions, 0 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;
}