diff --git a/journalmarks/templates/base.html b/journalmarks/templates/base.html index a38390d..07c6dac 100644 --- a/journalmarks/templates/base.html +++ b/journalmarks/templates/base.html @@ -14,6 +14,7 @@ body { h1 { text-align: center; font-weight: normal; + text-shadow: 1px 1px 1px lightgrey; } a, a:visited { @@ -32,6 +33,9 @@ a:hover { display: none; color: #ab0000; } +p { + text-align: justify; +} {% block script %}{% endblock %} diff --git a/journalmarks/templates/login.html b/journalmarks/templates/login.html index d31456b..8325700 100644 --- a/journalmarks/templates/login.html +++ b/journalmarks/templates/login.html @@ -30,7 +30,7 @@ else document.attachEvent('onreadystatechange', function(){ }); {% endblock %} {% block body %} -Goodbye! +

Goodbye!

+ +

+Log in again +

{% endblock %}