From 11c68b728df884cbb0eaf9a371b84d974e522f02 Mon Sep 17 00:00:00 2001 From: Nicholas Riley Date: Fri, 2 Jul 2010 19:06:21 -0400 Subject: [PATCH] Fix vertical alignment of multiline Subjects in history. --- html/views/history/history.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/views/history/history.css b/html/views/history/history.css index dbad36d..21e939c 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -9,6 +9,10 @@ body { padding-right: 5px; } +#commit_header tr { + vertical-align: top; +} + #authorTable { margin: -4px; }