Move error-messages class under command-panel class

This commit is contained in:
Kevin Sawicki
2013-04-16 09:33:36 -07:00
parent 27252961cf
commit a2035bc305

View File

@@ -128,11 +128,11 @@
-webkit-flex: 1;
}
}
}
.error-messages {
list-style-type: none;
margin: 0;
padding: 5px 1em;
color: white;
.error-messages {
list-style-type: none;
margin: 0;
padding: 5px 1em;
color: white;
}
}