[Notice] Announcing the End of Demo Server [Read me]

issue: Minor improvement to UI of issue list.
@d3cce24cd51583e7ffd888e52876800eac6d2b8a
--- public/stylesheets/issue.css
+++ public/stylesheets/issue.css
... | ... | @@ -19,7 +19,8 @@ |
19 | 19 |
.issue-list td.state.opened { color: #51AACC; } |
20 | 20 |
.issue-list td.state.closed { color: #bbbbbb; } |
21 | 21 |
.issue-list td.comments { color: #4489a4; } |
22 |
-.issue-list td.assignee { min-width: 34px; } |
|
22 |
+.issue-list td.assignee { text-align: right; } |
|
23 |
+.issue-list td { vertical-align: inherit; } |
|
23 | 24 |
|
24 | 25 |
p.ordering { text-align: right; } |
25 | 26 |
p.ordering a { color: #949494 } |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?