From 5bb081119cddfaa55d8d148b43b7d543a347c23f Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 7 Oct 2021 13:19:27 +0200 Subject: [PATCH] Colspany --- tools/din_rail_module_label_generator.html | 50 ++++++++++++++++++++-- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/tools/din_rail_module_label_generator.html b/tools/din_rail_module_label_generator.html index 0c5447b..64cfde5 100644 --- a/tools/din_rail_module_label_generator.html +++ b/tools/din_rail_module_label_generator.html @@ -10,7 +10,13 @@ td { justify-content: center; /* align-items: center; */ } td:not(:last-child) { border-right: 0px solid red; } +td[colspan="2"] { width: calc(2 * 17.5mm); } td[colspan="3"] { width: calc(3 * 17.5mm); } +td[colspan="4"] { width: calc(4 * 17.5mm); } +td[colspan="5"] { width: calc(5 * 17.5mm); } +td[colspan="6"] { width: calc(6 * 17.5mm); } +td[colspan="7"] { width: calc(7 * 17.5mm); } +td[colspan="8"] { width: calc(8 * 17.5mm); } tr { margin-bottom: 10mm; } table { border-spacing:0px; border-collapse: collapse; } @@ -20,7 +26,9 @@ table { border-spacing:0px; border-collapse: collapse; } github.com/harvie

- +
+ + @@ -33,8 +41,6 @@ github.com/harvie - - @@ -65,7 +71,43 @@ github.com/harvie -
🔌
Obývák
🔌
Pokoje 1+2
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2