diff --git a/static/style.css b/static/style.css index 4fd52b3..884928e 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,9 @@ body { .no-margin { margin: 0; } +.left-align { + text-align: left; +} .panel-icon { width: 100px; diff --git a/templates/login.html b/templates/login.html index 0b252b7..01b31de 100644 --- a/templates/login.html +++ b/templates/login.html @@ -19,7 +19,7 @@ {% if signup %} -

+

FediBooks requires your email address in order to send you alerts when your bot stops working, and for password resets.

{% endif %} @@ -27,12 +27,12 @@ {% if signup %} -

+

Passwords must be at least eight characters long.

{% endif %}

- +