summaryrefslogtreecommitdiffstats
path: root/web/static/css/base.ccss
diff options
context:
space:
mode:
authorraylu <raylu@gridium.com>2013-10-21 23:04:33 -0700
committerraylu <raylu@gridium.com>2013-10-21 23:04:33 -0700
commit48d146a1cb0aa0cd90cbcc0236a84754615fe7d6 (patch)
treeb4450d665971d9cef1375db4db7dee667bec20aa /web/static/css/base.ccss
parent413de1312131aac85dcb086c73f4c4a326b66398 (diff)
downloadykill-48d146a1cb0aa0cd90cbcc0236a84754615fe7d6.tar.xz
touch up styles on right side of kill
victim, attackers
Diffstat (limited to 'web/static/css/base.ccss')
-rw-r--r--web/static/css/base.ccss11
1 files changed, 7 insertions, 4 deletions
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