Fix layout derp from merge.
This commit is contained in:
parent
fba2652fd9
commit
f3df28cdbb
|
@ -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."/>
|
||||
|
|
Loading…
Reference in New Issue