]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: vertically centre contents of page footer
authorTony Finch <redacted>
Tue, 20 Aug 2013 16:59:03 +0000 (17:59 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:32 +0000 (00:51 -0400)
Signed-off-by: Tony Finch <redacted>
Signed-off-by: Junio C Hamano <redacted>
static/gitweb.css

index 9c5fe2304708412ec46e8459c87446e1199d0afdc021de87aa722dde953bb308..46449f1e7cb54f1b7b657abff80ba731fa1d2ed0e3919162ba0399885074dbea 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;
This page took 0.227537 seconds and 4 git commands to generate.