Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5088:b5afae9022cf | 5089:26811e2031f6 |
|---|---|
| 159 /* Make sure that user name starts at the top of the change list | 159 /* Make sure that user name starts at the top of the change list |
| 160 and not in the middle Issue2550809: History display misalignment */ | 160 and not in the middle Issue2550809: History display misalignment */ |
| 161 table.history td { | 161 table.history td { |
| 162 vertical-align: top; | 162 vertical-align: top; |
| 163 } | 163 } |
| 164 | |
| 165 /* similar issue as above with history table. Align labels to the | |
| 166 left at the top of possible multiline description and other | |
| 167 columns */ | |
| 168 table.classhelp td { | |
| 169 vertical-align: top; | |
| 170 } |
