diff options
author | Michael Krelin | 2007-07-18 14:55:40 +0200 |
---|---|---|
committer | Michael Krelin | 2007-07-18 14:55:40 +0200 |
commit | 3aae82703bfe70fc273f0611cdc780804df77bb8 (patch) | |
tree | deb68d3250dbcff28307d2d730c1db6e0b21e499 | |
parent | add support for snapshot tarballs (diff) | |
download | cgit-3aae82703bfe70fc273f0611cdc780804df77bb8.tar.gz cgit-3aae82703bfe70fc273f0611cdc780804df77bb8.zip |
css: adjust vertical-align of commit info th cells
-rw-r--r-- | cgit.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 112dac1..43a40a3 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -231,6 +231,7 @@ table.commit-info th { | |||
231 | text-align: left; | 231 | text-align: left; |
232 | font-weight: normal; | 232 | font-weight: normal; |
233 | padding: 0.1em 1em 0.1em 0.1em; | 233 | padding: 0.1em 1em 0.1em 0.1em; |
234 | vertical-align: top; | ||
234 | } | 235 | } |
235 | 236 | ||
236 | table.commit-info td { | 237 | table.commit-info td { |