diff options
author | raylu <raylu@gridium.com> | 2013-10-20 18:45:06 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-20 18:45:06 -0700 |
commit | b68a36e89ed31342a7eb5b98bd05706bbf942ec5 (patch) | |
tree | 828aa112e8d64c6b0b62ffd4aee7957dacac4e1e /web/static/css/kill.ccss | |
parent | 5c1b4b72ea8552e03acf9dec61fc27dfb2cd2adf (diff) | |
download | ykill-b68a36e89ed31342a7eb5b98bd05706bbf942ec5.tar.xz |
clean up kill page
Diffstat (limited to 'web/static/css/kill.ccss')
-rw-r--r-- | web/static/css/kill.ccss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/web/static/css/kill.ccss b/web/static/css/kill.ccss new file mode 100644 index 0000000..e53ea0e --- /dev/null +++ b/web/static/css/kill.ccss @@ -0,0 +1,27 @@ +#ship: + float: left + width: 256px + height: 256px + +table#victim: + float: right + table-layout: fixed + width: 388px + +table#attackers: + float: right + table-layout: fixed + width: 388px + + td: + height: 64px + &:nth-child(1): + width: 66px + white-space: normal + &:nth-child(2): + width: 200px + &:nth-child(3): + width: 32px + white-space: normal + &:nth-child(3): + width: 50px |