From: Tony Finch Date: Tue, 20 Aug 2013 16:59:03 +0000 (+0100) Subject: gitweb: vertically centre contents of page footer X-Git-Tag: v1.8.5-rc0~150^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1201f0a76cbc006566532577c1cc9123412ecdab;p=git-core%2Fgit.git gitweb: vertically centre contents of page footer Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index a869be144..3b4d83382 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;