Skip to content

Commit 1201f0a

Browse files
fanf2gitster
authored andcommitted
gitweb: vertically centre contents of page footer
Signed-off-by: Tony Finch <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 682961c commit 1201f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitweb/static/gitweb.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ div.page_path {
6868
}
6969

7070
div.page_footer {
71-
height: 17px;
71+
height: 22px;
7272
padding: 4px 8px;
7373
background-color: #d9d8d1;
7474
}
7575

7676
div.page_footer_text {
77+
line-height: 22px;
7778
float: left;
7879
color: #555555;
7980
font-style: italic;

0 commit comments

Comments
 (0)