From aa3c4486b41b8b13d0f52477f033837fc8bb9524 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 3 May 2008 11:07:41 +0200 Subject: Add footer with page creation time and cgit version on all pages Signed-off-by: Lars Hjemli --- cgit.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index d57722c..fac5f85 100644 --- a/cgit.css +++ b/cgit.css @@ -447,3 +447,9 @@ span.age-months { span.age-years { color: #bbb; } +div.footer { + margin-top: 0.5em; + text-align: center; + font-size: 80%; + color: #ccc; +} -- cgit v1.2.3-24-g4f1b