From fbb64e5d89a0f3369d6809f374c5791853647284 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 22 Oct 2013 03:44:52 -0700 Subject: kill/item costs --- web/static/css/kill.ccss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web/static/css/kill.ccss') 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: -- cgit v1.2.3