diff options
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 |