aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-08 09:11:17 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-08 09:11:17 +0100
commite5f3296c6b2f462038e09f08646f990aae5a35cc (patch)
tree99d06b8ac716cdc26632c5b9d79a3539b25ca30a /view
parent9d584fc72062422ec38a6321aedb7ca43f4ea429 (diff)
downloadvolse-hubzilla-e5f3296c6b2f462038e09f08646f990aae5a35cc.tar.gz
volse-hubzilla-e5f3296c6b2f462038e09f08646f990aae5a35cc.tar.bz2
volse-hubzilla-e5f3296c6b2f462038e09f08646f990aae5a35cc.zip
use text-muted on site location
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/navbar_default.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl
index 1f771e5ae..e4150ba50 100755
--- a/view/tpl/navbar_default.tpl
+++ b/view/tpl/navbar_default.tpl
@@ -63,7 +63,7 @@
<a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
{{$sel.name}}
{{if $sitelocation}}
- <br><small>{{$sitelocation}}</small>
+ <br><small class="text-muted">{{$sitelocation}}</small>
{{/if}}
</a>
</div>