aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_boss_html.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-09-03 13:32:08 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2025-09-03 13:32:08 +0200
commitb0f0335ee378552be33bf40fcd4246534c831be3 (patch)
tree9e05540e72fb3c0d74697882f953d87d575273c3 /scripts/generate_boss_html.py
parentfe1dc66b4e68ad100e6cd78162546c1bf4f403e5 (diff)
downloadmuhqs-game-b0f0335ee378552be33bf40fcd4246534c831be3.tar.gz
muhqs-game-b0f0335ee378552be33bf40fcd4246534c831be3.zip
exclude AI instructions from main grid
This allows the instructions to use the whole width of the body and not only of the first grid column.
Diffstat (limited to 'scripts/generate_boss_html.py')
-rwxr-xr-xscripts/generate_boss_html.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/generate_boss_html.py b/scripts/generate_boss_html.py
index 46ebd15f..7f023b34 100755
--- a/scripts/generate_boss_html.py
+++ b/scripts/generate_boss_html.py
@@ -190,10 +190,12 @@ header {
<p>${start_deck}</p>
<h3 id="draft">Recommended Draft <a id="draft-notation-hint" href="../rules/$lang/rules.html#notation">?</a></h3>
<p><code>${draft}</code></p>
+</div>
+</div> <!-- main -->
+<div>
<h3 id="ai">Instructions</h3>
<p><pre><code>${instructions}</code></pre></p>
</div>
-</div> <!-- main -->
</body>
</html>
"""