From 56b43d3b855091e4dcf0919e9788758e1e0aefac Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Wed, 10 Jun 2026 13:03:46 +0200 Subject: [PATCH] Allow indexing to continue on next row. Only reset on .indexed class --- tools/din_rail_module_label_generator.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/tools/din_rail_module_label_generator.html b/tools/din_rail_module_label_generator.html index 7ae0cac..830fc8a 100644 --- a/tools/din_rail_module_label_generator.html +++ b/tools/din_rail_module_label_generator.html @@ -1,5 +1,5 @@ @@ -47,7 +47,7 @@ td[colspan="15"] { width: calc(15 * 18mm); counter-increment: module_counter 15; td[colspan="16"] { width: calc(16 * 18mm); counter-increment: module_counter 16; } /* indexing */ -tr { counter-reset: module_counter; } +.indexed { counter-reset: module_counter; } td { counter-increment: module_counter 1; } table.indexed * td::after { content: counter(module_counter); @@ -126,7 +126,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to - +🔔
Zvonek 🔌
Vchod 🔌
Předsíň 🛠️
Režie @@ -157,6 +157,12 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to + + + + + + @@ -177,7 +183,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to - + @@ -186,6 +192,12 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to +
🔥
Kuchyně
Varná deska
💡
Světla
🔥
Koupelna Podlaha
🔥
Koupelna Žebřík
🔌 💡
Koupelna
🔔
Zvonek
+ + + + + -- 2.39.5