From: Mischa POSLAWSKY Date: Mon, 2 Apr 2012 23:34:59 +0000 (+0200) Subject: sc: legend besides units table X-Git-Tag: v1.5~28 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/493605e6b15347cd72e4a9e35fafcabece98383d sc: legend besides units table --- diff --git a/sc.plp b/sc.plp index 0c584a7..ede1e5a 100644 --- a/sc.plp +++ b/sc.plp @@ -106,12 +106,6 @@ Unit properties as seen or measured in Brood War text-align: right; } - .legend dl { - text-align: left; - column-width: 20em; - -moz-column-width: 20em; - -webkit-column-width: 20em; - } .legend dt { float: none; text-align: left; @@ -127,6 +121,15 @@ Unit properties as seen or measured in Brood War break-before: avoid; -webkit-column-break-before: avoid; } + + .units, .legend { + display: table-cell; + } + .legend { + min-width: 15em; + padding-left: 2em; + text-align: left; + } <: