Make sure elements with .error classes are shown as red

This commit is contained in:
Corey Johnson
2012-11-01 09:56:07 -07:00
parent e56ac29b15
commit 933c3415c9

View File

@@ -65,8 +65,8 @@ html, body {
}
.error {
background: #991212;
-webkit-transition: background 200ms ease-out;
background: #991212 !important;
}
.clear-float {