From b68a36e89ed31342a7eb5b98bd05706bbf942ec5 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 18:45:06 -0700 Subject: clean up kill page --- web/static/css/kill.ccss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 web/static/css/kill.ccss (limited to 'web/static/css/kill.ccss') 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 -- cgit v1.2.3