From 48d146a1cb0aa0cd90cbcc0236a84754615fe7d6 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 21 Oct 2013 23:04:33 -0700 Subject: touch up styles on right side of kill victim, attackers --- web/static/css/base.ccss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'web/static/css/base.ccss') diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index eb10d96..1142021 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -22,10 +22,13 @@ form: border: 1px solid #cdd padding: 5px 10px -td: - white-space: nowrap - overflow: hidden - text-overflow: ellipsis +table: + border-collapse: collapse + + td: + white-space: nowrap + overflow: hidden + text-overflow: ellipsis .clear: clear: both -- cgit v1.2.3