Fix layout derp from merge.

This commit is contained in:
uecasm 2013-11-29 21:24:43 +13:00
parent fba2652fd9
commit f3df28cdbb
1 changed files with 1 additions and 1 deletions

View File

@ -390,6 +390,7 @@ HttpSession hSession = request.getSession(true);
<br/>
Select any number of: <span class="extra_card_sets"></span>
</fieldset>
<br/>
<label id="blanks_limit_label" title="Blank cards allow a player to type in their own answer.">
Also include <select id="blanks_limit_template" class="blanks_limit">
<% for (int i = 0; i <= 30; i++) { %>
@ -398,7 +399,6 @@ HttpSession hSession = request.getSession(true);
</select> blank white cards.
</label>
<br/>
<br/>
<label id="game_password_template_label" for="game_password_template">Game password:</label>
<input type="text" id="game_password_template" class="game_password"
aria-label="Game password. You must tab outside of the box to apply the password."/>