diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-31 23:03:40 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-31 23:03:40 +0100 |
commit | ba372f046e085618e847c6cece0884fa426c5aa8 (patch) | |
tree | 0f8a4f352674d7ebdfaf9300e5fd2dda7cd3a47e /module/web/templates/default/base.html | |
parent | added actionbar, two-column dashboard (diff) | |
download | pyload-ba372f046e085618e847c6cece0884fa426c5aa8.tar.xz |
added some icons, placeholder for left menu
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 %}
|