OSDN Git Service

gitweb: vertically centre contents of page footer
authorTony Finch <dot@dotat.at>
Tue, 20 Aug 2013 16:59:03 +0000 (17:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2013 20:00:57 +0000 (13:00 -0700)
Signed-off-by: Tony Finch <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/static/gitweb.css

index a869be1..3b4d833 100644 (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;