Fix visual bug with passwords
Also HTML compliance :D
This commit is contained in:
+2
-2
@@ -197,10 +197,9 @@
|
||||
<div class="instruction"></div>
|
||||
</section>
|
||||
|
||||
<section id="passwords">
|
||||
<section id="sectionPasswords">
|
||||
<h2>Passwords</h2>
|
||||
<button class="jsResetSection">Reset</button>
|
||||
<table id="passwords"></table>
|
||||
<ul id="passwordOptions">
|
||||
<li><input type="text" /></li>
|
||||
<li><input type="text" /></li>
|
||||
@@ -208,6 +207,7 @@
|
||||
<li><input type="text" /></li>
|
||||
<li><input type="text" /></li>
|
||||
</ul>
|
||||
<table id="passwords"></table>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user