From 80a615f8414664e34d48d6ffc1263943ae6fbf73 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 10 Jun 2015 02:13:08 +0200 Subject: [PATCH] sc: legend below units table on insufficient space --- sc.plp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sc.plp b/sc.plp index e5f528f..44940e5 100644 --- 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; + } <: -- 2.30.0