Remove list type and margin from error messages

This commit is contained in:
Kevin Sawicki
2013-04-16 09:18:43 -07:00
parent 865b70e16d
commit e037bf1db9

View File

@@ -127,6 +127,8 @@
}
.error-messages {
list-style-type: none;
margin: 0;
padding: 5px 1em;
color: white;
}