[FIX] input[type=email] in the wrong order

[FIX] fieldset input[type=email] was in the wrong order.
This commit is contained in:
nrpatten 2014-01-21 16:35:20 +11:00
parent 6bb9ccb8e7
commit ce37dc2147

View File

@ -684,7 +684,7 @@ margin: -5px 0 5px 0;
text-transform: uppercase;
}
fieldset input[type=email], fieldset input[type=text], fieldset input[type=password] {
fieldset input[type=text], fieldset input[type=email], fieldset input[type=password] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;