sc: legend below units table on insufficient space
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 10 Jun 2015 00:13:08 +0000 (02:13 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 10 Jun 2015 00:13:48 +0000 (02:13 +0200)
sc.plp

diff --git a/sc.plp b/sc.plp
index e5f528fedcfb0c4839c3c7870471528a0d7822c1..44940e5a06bc88f21a884132e647c482321e83a2 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -127,10 +127,17 @@ Unit properties as seen or measured in Brood War
                display: table-cell;
        }
        .legend {
-               min-width: 15em;
-               padding-left: 2em;
+               min-width: 20em;
                text-align: left;
        }
+       .units {
+               float: left;
+               padding-bottom: 1em;
+               margin-right: 2em;
+       }
+       .footer {
+               clear: left;
+       }
 </style>
 
 <: