First half of a password reset function

This commit is contained in:
Steve Coast 2006-11-17 13:31:15 +00:00
parent e62fe92282
commit f864203056
10 changed files with 60 additions and 24 deletions

View file

@ -1,4 +1,3 @@
a {
color: #0000ff;
text-decoration: none;
@ -373,10 +372,8 @@ hides rule from IE5-Mac \*/
#notice {
width: 400px;
border: 2px solid green;
border: 1px solid black;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
@ -410,3 +407,6 @@ hides rule from IE5-Mac \*/
list-style: square;
}
input {
border: 1px solid black;
}