use text-muted on site location

This commit is contained in:
Mario Vavti 2017-11-08 09:11:17 +01:00
parent 9d584fc720
commit e5f3296c6b

View File

@ -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>