style tweak for form errors

This commit is contained in:
Lance Edgar 2012-11-06 18:22:10 -08:00
parent 28281ea8a1
commit 8fe6198954

View file

@ -87,6 +87,16 @@ div.error {
margin-bottom: 10px; margin-bottom: 10px;
} }
ul.error {
color: #dd6666;
font-weight: bold;
padding: 0px;
}
ul.error li {
list-style-type: none;
}
/* td.right { */ /* td.right { */
/* float: none; */ /* float: none; */
/* } */ /* } */