diff options
author | raylu <raylu@gridium.com> | 2013-10-22 03:44:52 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-22 03:44:52 -0700 |
commit | fbb64e5d89a0f3369d6809f374c5791853647284 (patch) | |
tree | af61531b255ae2e74e61c82a3f1708a11f4e41a2 /web/static/css/kill.ccss | |
parent | a9f844c3da365dc777002037262355e7c0b50265 (diff) | |
download | ykill-fbb64e5d89a0f3369d6809f374c5791853647284.tar.xz |
kill/item costs
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: |