Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 09:32:33 AM (15 years ago)
Author:
apeatling
Message:

Updating activity permalink page design, added right padding to activity comments. Fixes #1547

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/entry.php

    r2234 r2265  
    1 <?php /* This template is used by permalink pages and AJAX functions to load in new updates */ ?>
     1<?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ ?>
     2
    23<li class="<?php bp_activity_css_class() ?>" id="activity-<?php bp_activity_id() ?>">
    34    <div class="activity-avatar">
    4         <?php bp_activity_avatar( 'type=full&width=60&height=60' ) ?>
     5        <?php bp_activity_avatar( 'type=full&width=100&height=100' ) ?>
    56    </div>
    67
Note: See TracChangeset for help on using the changeset viewer.