Mercurial > p > roundup > code
diff website/issues/html/style.css @ 5089:26811e2031f6
similar issue to history table misalignment with multiline help descriptions
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 19 Jun 2016 01:38:22 -0400 |
| parents | b5afae9022cf |
| children | 4be81616e38a |
line wrap: on
line diff
--- a/website/issues/html/style.css Sun Jun 19 00:38:27 2016 -0400 +++ b/website/issues/html/style.css Sun Jun 19 01:38:22 2016 -0400 @@ -161,3 +161,10 @@ table.history td { vertical-align: top; } + +/* similar issue as above with history table. Align labels to the + left at the top of possible multiline description and other + columns */ +table.classhelp td { + vertical-align: top; +}
