diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2008-05-03 11:07:41 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-05-03 11:07:41 +0200 | 
| commit | aa3c4486b41b8b13d0f52477f033837fc8bb9524 (patch) | |
| tree | 9ab3b6b2b3b27ce4d3d5bdb7bd42c870aec8ed54 /cgit.c | |
| parent | Add a pager on the repolist (diff) | |
| download | cgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.tar.gz cgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.tar.bz2 cgit-aa3c4486b41b8b13d0f52477f033837fc8bb9524.zip  | |
Add footer with page creation time and cgit version on all pages
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -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; +}  |