Groups page updated
This commit is contained in:
parent
d24ff4f507
commit
4b36deec5c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<div id="group-" class="user_block marginBottom">
|
||||
<div class="padding-left-right-zero pull-left col-md-4">
|
||||
<a href="{group_link details=$group}">
|
||||
<img src="{$cbgroup->get_group_thumb($group)}" class="group_thumb" />
|
||||
<img src="{$cbgroup->get_group_thumb($group)}" class="group_thumb" style="height: 125px; width: 125px;" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-8 prof_title padding-right-zero small">
|
||||
|
|
|
@ -1105,5 +1105,5 @@ border-right: none;
|
|||
}
|
||||
.groups-view:nth-of-type(even)
|
||||
{
|
||||
|
||||
padding-left: 0px;
|
||||
}
|
Loading…
Add table
Reference in a new issue