diff options
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 6a97f32..1cfc2ff 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -117,9 +117,11 @@ table#items: th:nth-child(1): width: 33px th:nth-child(2): - width: 417px + width: 300px th:nth-child(3): width: 50px + th:nth-child(4): + width: 117px .slot: background-color: #222 @@ -134,6 +136,9 @@ table#items: text-align: right font-weight: bold padding-right: 8px + td:nth-child(4): + text-align: right + padding-right: 8px .dropped: background-color: #041 .destroyed: |