fixed misplaced <p> tag and added style to footer

This commit is contained in:
Nicholas 2017-07-15 20:24:57 -04:00 committed by Griatch
parent df88f4f7ad
commit 6977609b4b
2 changed files with 2 additions and 1 deletions

View file

@ -104,7 +104,7 @@
<footer class="footer">
{% block footer %}
<div class="container">
<span class="text-muted">Powered by <a href="http://evennia.com">Evennia.</a></span>
<span class="text-white">Powered by <a class="text-white font-weight-bold" href="http://evennia.com">Evennia.</a></span>
</div>
{% endblock %}
</footer>

View file

@ -28,6 +28,7 @@
<a href="{% url 'webclient:index' %}">online client</a>!<br>
</p>
{% endif %}
<p>
For more info, take your time to
peruse our extensive online <a href="https://github.com/evennia/evennia/wiki">documentation</a>.
</p>