diff options
author | Tony Finch <dot@dotat.at> | 2013-08-20 17:59:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-20 13:00:57 -0700 |
commit | 1201f0a76cbc006566532577c1cc9123412ecdab (patch) | |
tree | e402967a0fb738fa4215c370915d881fc2012670 /gitweb | |
parent | 682961c162ce60b25749e02a0c4de44dc7dda917 (diff) | |
download | git-1201f0a76cbc006566532577c1cc9123412ecdab.tar.gz |
gitweb: vertically centre contents of page footer
Signed-off-by: Tony Finch <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb')
-rw-r--r-- | gitweb/static/gitweb.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index a869be144d..3b4d833823 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -68,12 +68,13 @@ div.page_path { } div.page_footer { - height: 17px; + height: 22px; padding: 4px 8px; background-color: #d9d8d1; } div.page_footer_text { + line-height: 22px; float: left; color: #555555; font-style: italic; |