From: Tony Finch Date: Tue, 20 Aug 2013 16:59:03 +0000 (+0100) Subject: gitweb: vertically centre contents of page footer X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/b9beab12361f9882f089fd46c7c13c74151ab283f8a43c533fb184e50cea7259?ds=inline gitweb: vertically centre contents of page footer Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- diff --git a/static/gitweb.css b/static/gitweb.css index 9c5fe23..46449f1 100644 --- a/static/gitweb.css +++ b/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;