diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-12 20:49:05 +0200 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-09-12 20:49:05 +0200 |
| commit | e18da9f170118ce77086df8820f09cfb13528e81 (patch) | |
| tree | a34b68fbe76304d9955d6438a3a35d92d7c4c90f | |
| parent | 9b130c2c48188ae0cb56e1a895964f056afd1afc (diff) | |
more spacing between the 2.x stuff
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index f8c4bcf..587cfc3 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -187,11 +187,15 @@ <br> <label for="check_nonint">Noninterrupting Preanimation:</label> <input type="checkbox" name="check_nonint" id="check_nonint"> - </span> + </span> + <br> + <br> <span id="2.7" style="display: none"> <label for="check_loopsfx">Looping SFX:</label> <input type="checkbox" name="check_loopsfx" id="check_loopsfx"> </span> + <br> + <br> <span id="2.8" style="display: none"> <label for="check_additive">Additive:</label> <input type="checkbox" name="check_additive" id="check_additive"> |
