From b1faf229aa6160e054e104241d0d17467198c1ec Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 22 Jun 2015 10:26:38 +0200 Subject: [PATCH] sc: float massive indicator to align without preceding char --- sc.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sc.css b/sc.css index 6eb9473..50581bb 100644 --- a/sc.css +++ b/sc.css @@ -55,11 +55,14 @@ table h2 { .unit-m {color: #C70} .unit-l {color: #D22} .unit-h {color: #804} -td .unit-massive, td .unit-jump, .hurt .unit-splash { position: absolute; } +td .unit-massive { + float: right; + width: 0; +} .hurtrel, .units .hurtrel { color: #778; } -- 2.30.0