sc: legend besides units table
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index 31d3555e65da02d275e2738f758eb4066e76267e..ede1e5a17a73e345f696ad498908d653a1c8635b 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -106,12 +106,9 @@ Unit properties as seen or measured in Brood War
                text-align: right;
        }
 
-       .legend dl {
-               text-align: left;
-               -moz-column-width: 20em;
-               -webkit-column-width: 20em;
-       }
        .legend dt {
+               float: none;
+               text-align: left;
                margin-top: 1ex;
                font-weight: bold;
        }
@@ -120,11 +117,19 @@ 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;
        }
+
+       .units, .legend {
+               display: table-cell;
+       }
+       .legend {
+               min-width: 15em;
+               padding-left: 2em;
+               text-align: left;
+       }
 </style>
 
 <: