Use class=panel for message_area on /login.

master
voussoir 2020-11-04 17:20:59 -08:00
parent 7770f7640a
commit 867d1c34a4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ form h2
<input type="password" id="register_input_password_2" name="password_2" placeholder="password again"> <input type="password" id="register_input_password_2" name="password_2" placeholder="password again">
<button type="submit" id="register_input_button" class="green_button" onclick="return register_form(event);">Register</button> <button type="submit" id="register_input_button" class="green_button" onclick="return register_form(event);">Register</button>
</form> </form>
<div id="message_area"> <div id="message_area" class="panel">
</div> </div>
</div> </div>
</body> </body>