diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-08 09:11:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-08 09:11:17 +0100 |
commit | e5f3296c6b2f462038e09f08646f990aae5a35cc (patch) | |
tree | 99d06b8ac716cdc26632c5b9d79a3539b25ca30a /view | |
parent | 9d584fc72062422ec38a6321aedb7ca43f4ea429 (diff) | |
download | volse-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-x | view/tpl/navbar_default.tpl | 2 |
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> |