sc: group legend options in opera
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index 31d3555e65da02d275e2738f758eb4066e76267e..0c584a74cf5825b13dff0a197546b883dcbe38be 100644 (file)
--- 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;
        }
 </style>