The styling specified here conflicted with the general .errorlist styling,

and resulted in red text on red background, with no padding.  Zapping parts.
 - Legacy-Id: 9352
This commit is contained in:
Henrik Levkowetz 2015-04-01 16:53:36 +00:00
parent 3ef2c16774
commit caee795ddd

View file

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block morecss %}
table.register-form ul.errorlist{ list-style-type: none; color: red; padding: 0px; margin: 0px; }
table.register-form ul.errorlist{ list-style-type: none; }
table.register-form p { margin-top: 0px; }
{% endblock %}