From 8d5262c3baedda02484404f792101aa61702af93 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 01:20:20 +0200 Subject: [PATCH] sc: group legend options in opera --- sc.plp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.30.0