Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/04/2009 11:13:43 PM (16 years ago)
Author:
apeatling
Message:

Removing inline avatar crop styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/registration/register.php

    r1716 r1795  
    250250                        <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
    251251           
    252                         <div id="avatar-crop-pane" style="width:100px;height:100px;overflow:hidden;">
     252                        <div id="avatar-crop-pane">
    253253                            <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
    254254                        </div>
Note: See TracChangeset for help on using the changeset viewer.