diff options
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r-- | module/web/templates/default/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index bb03eaf81..320732b3f 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -132,7 +132,7 @@ <div id="actionbar-container" class="container-fluid">
<div class="row-fluid">
<div class="span2 offset1">
- <h5>Notifcations or something</h5>
+ <h5 style="text-align: center">Notifcations or something</h5>
</div>
{% block actionbar %}
{% endblock %}
|