Mercurial > p > roundup > code
diff website/issues/html/style.css @ 5088:b5afae9022cf
issue2550809 History display misalignment. Fix the misalignment patch from classic tracker
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 19 Jun 2016 00:38:27 -0400 |
| parents | c69eadd1ad15 |
| children | 26811e2031f6 |
line wrap: on
line diff
--- a/website/issues/html/style.css Sat Jun 18 23:49:41 2016 -0400 +++ b/website/issues/html/style.css Sun Jun 19 00:38:27 2016 -0400 @@ -156,3 +156,8 @@ tr.odd { background-color:#f5f5f5; } +/* Make sure that user name starts at the top of the change list +and not in the middle Issue2550809: History display misalignment */ +table.history td { + vertical-align: top; +}
