Fix vertical alignment of multiline Subjects in history.

This commit is contained in:
Nicholas Riley
2010-07-02 19:06:21 -04:00
committed by Nathan Kinsinger
parent 9e3e2725c0
commit 11c68b728d
+4
View File
@@ -9,6 +9,10 @@ body {
padding-right: 5px;
}
#commit_header tr {
vertical-align: top;
}
#authorTable {
margin: -4px;
}