Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2010 12:51:02 PM (15 years ago)
Author:
apeatling
Message:

Title and CSS tweaks to bp-default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/admin.php

    r2395 r2446  
    6060    <?php endif; ?>
    6161
    62     <h3><?php _e( 'Privacy Options', 'buddypress' ); ?></h3>
     62    <hr />
     63
     64    <h4><?php _e( 'Privacy Options', 'buddypress' ); ?></h4>
    6365
    6466    <div class="radio">
     
    156158
    157159    <div class="bp-widget">
    158         <h3><?php _e( 'Administrators', 'buddypress' ); ?></h3>
     160        <h4><?php _e( 'Administrators', 'buddypress' ); ?></h4>
    159161        <?php bp_group_admin_memberlist( true ) ?>
    160162    </div>
     
    170172
    171173    <div class="bp-widget">
    172         <h3><?php _e("Members", "buddypress"); ?></h3>
     174        <h4><?php _e("Members", "buddypress"); ?></h4>
    173175
    174176        <?php if ( bp_group_has_members( 'per_page=15&exclude_banned=false' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.