diff options
author | raylu <raylu@gridium.com> | 2013-10-21 21:58:52 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-21 22:05:19 -0700 |
commit | 02c3d525e4712f8c0d9a938a099f582483b10d56 (patch) | |
tree | b1e35899ce6abe8d08171e7450b7eed05c1dd4b5 /web/static/css/kill.ccss | |
parent | 5849a1738cf4fb36b1b6b5c9a22c516c132088d5 (diff) | |
download | ykill-02c3d525e4712f8c0d9a938a099f582483b10d56.tar.xz |
touch up styles on kills page
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 6fada2f..a6aa9cf 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -65,13 +65,25 @@ table#attackers: width: 50px table#items: + table-layout: fixed + width: 460px + + th:nth-child(1): + width: 32px + th:nth-child(2): + width: 300px + th:nth-child(3): + width: 50px + .slot: background-color: #222 tr:nth-child(odd): background-color: #181818 td:nth-child(3): text-align: right + font-weight: bold + padding-right: 8px .dropped: background-color: #050 .destroyed: - color: #a00 + color: #a22 |