From f106905f06603fd6be645034daaec682991beff1 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 19:25:35 -0700 Subject: items on kill page --- web/static/css/kill.ccss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/static/css') diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index e53ea0e..2ea2e38 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -25,3 +25,15 @@ table#attackers: white-space: normal &:nth-child(3): width: 50px + +table#items: + .slot: + background-color: #222 + tr:nth-child(odd): + background-color: #181818 + td:nth-child(3): + text-align: right + .dropped: + background-color: #050 + .destroyed: + color: #a00 -- cgit v1.2.3