From: Mischa POSLAWSKY Date: Mon, 2 Apr 2012 23:20:20 +0000 (+0200) Subject: sc: group legend options in opera X-Git-Tag: v1.5~29 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/8d5262c3baedda02484404f792101aa61702af93?hp=02e6a32fd44d994d88f8bcb79d47e217455c580d;ds=sidebyside sc: group legend options in opera --- diff --git a/sc.plp b/sc.plp index 31d3555..0c584a7 100644 --- a/sc.plp +++ b/sc.plp @@ -108,10 +108,13 @@ Unit properties as seen or measured in Brood War .legend dl { text-align: left; + column-width: 20em; -moz-column-width: 20em; -webkit-column-width: 20em; } .legend dt { + float: none; + text-align: left; margin-top: 1ex; font-weight: bold; } @@ -120,9 +123,8 @@ Unit properties as seen or measured in Brood War } .legend dd { text-indent: -1em; - margin-left: 2em; + margin-left: 1em; break-before: avoid; - break-inside: avoid; -webkit-column-break-before: avoid; }