diff options
author | raylu <raylu@gridium.com> | 2013-10-23 01:16:34 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-23 01:16:34 -0700 |
commit | ed59e1b3c6ebf1b4fb114264db19b7b21eb54468 (patch) | |
tree | 97ee67ba01da8f9e9e0a1cfb25eabf3917e00558 /web/static/css/kill.ccss | |
parent | 719c83e23485ef7caefbc574c23ba91a2e661ce8 (diff) | |
download | ykill-ed59e1b3c6ebf1b4fb114264db19b7b21eb54468.tar.xz |
ship as item on kill, hide cents
also, set height on kill page so loading images doesn't adjust heights
and fix firefox kill_list ellipsis
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss index 1cfc2ff..9b29093 100644 --- a/web/static/css/kill.ccss +++ b/web/static/css/kill.ccss @@ -87,7 +87,7 @@ table#attackers: width: 70px td: - height: 64px + height: 66px &:nth-child(1): white-space: normal line-height: 0 @@ -132,6 +132,7 @@ table#items: td:nth-child(1):not(.slot): line-height: 0 + height: 34px td:nth-child(3): text-align: right font-weight: bold |