Skip to content

Commit caee795

Browse files
committed
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
1 parent 3ef2c16 commit caee795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "base.html" %}
22

33
{% block morecss %}
4-
table.register-form ul.errorlist{ list-style-type: none; color: red; padding: 0px; margin: 0px; }
4+
table.register-form ul.errorlist{ list-style-type: none; }
55
table.register-form p { margin-top: 0px; }
66
{% endblock %}

0 commit comments

Comments
 (0)