sc: legend besides units table
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 2 Apr 2012 23:34:59 +0000 (01:34 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
sc.plp

diff --git a/sc.plp b/sc.plp
index 0c584a74cf5825b13dff0a197546b883dcbe38be..ede1e5a17a73e345f696ad498908d653a1c8635b 100644 (file)
--- 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;
+       }
 </style>
 
 <: