summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-02-25 09:41:36 -0500
committerScott Ostler <sostler@deathmachine.local>2010-02-25 09:41:36 -0500
commitaf00dc516ad125f01189f673ff3d3b35738086fc (patch)
tree68ae718b7247cf41c63efd114dc6e32ce3f868f7 /static
parent40749eb6ffb2cc2b7d6192cc05454f050f977a7b (diff)
Fixed field mis-spelling
Diffstat (limited to 'static')
-rw-r--r--static/register.html28
1 files changed, 10 insertions, 18 deletions
diff --git a/static/register.html b/static/register.html
index 4d86ac0..c60a319 100644
--- a/static/register.html
+++ b/static/register.html
@@ -15,13 +15,6 @@
<style type="text/css">
-
-
-
-
-
-
-
<!--
.white a:link {
text-decoration: none;
@@ -137,7 +130,7 @@ text-decoration:none;
font-size:15px;
}
-.feild {
+.field {
height:40px;
width:300px;
border:3px #000;
@@ -225,27 +218,26 @@ top:15px;
<div align="right">
<h1>&nbsp;</h1>
<h1><span>username</span>
- <input type="text" class="feild"id="nickInput" />
+ <input type="text" class="field"id="nickInput" />
<br />
<span>password</span>
- <input type="password"class="feild" id="passwordInput" />
+ <input type="password"class="field" id="passwordInput" />
</h1>
<h1><span>email</span>
- <input type="text" class="feild"id="emailInput" />
+ <input type="text" class="field"id="emailInput" />
</h1>
<h1><span> regcode</span>
- <input type="text" class="feild" id="codeInput" />
+ <input type="text" class="field" id="codeInput" />
</h1>
-
- <h1> <br />
-
+
+ <h1><br />
+
</h1>
- <div align="center">
-
- <input type="submit" class="submit" id="submit" value="Register!" />
+ <div align="center">
+ <input type="submit" class="submit" id="submit" value="Register!" />
</div>
</div>
</div>