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/templates/kill.html | |
parent | 5849a1738cf4fb36b1b6b5c9a22c516c132088d5 (diff) | |
download | ykill-02c3d525e4712f8c0d9a938a099f582483b10d56.tar.xz |
touch up styles on kills page
Diffstat (limited to 'web/templates/kill.html')
-rw-r--r-- | web/templates/kill.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/templates/kill.html b/web/templates/kill.html index 48abdaa..818529e 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -57,7 +57,13 @@ <table id="attackers"></table> -<table id="items"></table> +<table id="items"> + <thead><tr> + <th></th> + <th></th> + <th></th> + </tr></thead> +</table> <div class="clear"></div> |