1
0
mirror of https://github.com/django/django.git synced 2025-02-08 00:16:31 +00:00
django/tests/admin_views
Jon Dufresne feb6581993
Fixed the centering of the "Log in" button on admin login page.
Previously, the button's container had a padding of 9.4em which was
approximately center but not precisely. Now, the container uses
'align:text-center' to let the browser center the button.
2020-06-26 06:59:33 +02:00
..