Author: Michael Krelin <hacker@klever.net>
css: adjust vertical-align of commit info th cells
cgit.css | 1 +
diff --git a/cgit.css b/cgit.css
index 112dac1a0d4285e07bb77c5bace83293e07374f7..43a40a369d9ed795b8265995f9b2faa22cbee4a6 100644
--- a/cgit.css
+++ b/cgit.css
@@ -231,6 +231,7 @@ table.commit-info th {
text-align: left;
font-weight: normal;
padding: 0.1em 1em 0.1em 0.1em;
+ vertical-align: top;
}
table.commit-info td {