diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 13:32:08 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-09-03 13:32:08 +0200 |
| commit | b0f0335ee378552be33bf40fcd4246534c831be3 (patch) | |
| tree | 9e05540e72fb3c0d74697882f953d87d575273c3 | |
| parent | fe1dc66b4e68ad100e6cd78162546c1bf4f403e5 (diff) | |
| download | muhqs-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.
| -rwxr-xr-x | scripts/generate_boss_html.py | 4 |
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> """ |
