diff options
author | marijus <mario@mariovavti.com> | 2014-10-08 08:45:59 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-08 08:45:59 +0200 |
commit | e5d346cdc63e5f36ac25fe43a198657549643eb4 (patch) | |
tree | e746c4340c239ef8778c73c7f2dbaeecdb1ecdc3 /view/tpl/group_side.tpl | |
parent | ee6c53c2e54619a39e16ac2176835adea3b73778 (diff) | |
download | volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.tar.gz volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.tar.bz2 volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.zip |
css fixes
Diffstat (limited to 'view/tpl/group_side.tpl')
-rwxr-xr-x | view/tpl/group_side.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index 9037e0871..3701f979e 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -14,7 +14,7 @@ {{if $group.edit}} <a class="pull-right group-edit-icon" href="{{$group.edit.href}}" title="{{$edittext}}"><i class="icon-pencil"></i></a> {{/if}} - <a class="{{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a> + <a{{if $group.selected}} class="group-selected"{{/if}} href="{{$group.href}}">{{$group.text}}</a> </li> {{/foreach}} <li> |