gitweb: vertically centre contents of page footer

Signed-off-by: Tony Finch <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Tony Finch 2013-08-20 17:59:03 +01:00 committed by Junio C Hamano
parent 682961c162
commit 1201f0a76c

View file

@ -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;