From: Mischa POSLAWSKY Date: Mon, 22 Jun 2015 08:26:38 +0000 (+0200) Subject: sc: float massive indicator to align without preceding char X-Git-Tag: v1.8~99 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b1faf229aa6160e054e104241d0d17467198c1ec?hp=72f611ca7113c0a6c6efb073f0b0555f45530760 sc: float massive indicator to align without preceding char --- 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; }