Use HTML5 email and url field types where appropriate

This commit is contained in:
Tom Hughes 2011-10-21 11:53:53 +01:00
parent 281a3239e6
commit d70fd8ab1a
4 changed files with 7 additions and 7 deletions

View file

@ -979,7 +979,7 @@ p#contributorGuidance {
font-size: 0.8em;
}
input[type="text"], input[type="password"], textarea {
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
border: 1px solid black;
}