Make WordPress Core

Changeset 30690


Ignore:
Timestamp:
12/01/2014 07:33:19 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: broader selection of avatars that should catch any plugins adding avatars that use the avatar class.

Props iamtakashi, fixes #30541.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30689 r30690  
    17911791
    17921792.author-info .avatar {
    1793     border-radius: 50%;
    17941793    float: left;
    17951794    height: 36px;
     
    22152214
    22162215.comment-author .avatar {
    2217     border-radius: 50%;
    22182216    float: left;
    22192217    height: 24px;
     
    24312429 * 14.0 Media
    24322430 */
     2431
     2432.site .avatar {
     2433    border-radius: 50%;
     2434}
    24332435
    24342436.page-content img.wp-smiley,
Note: See TracChangeset for help on using the changeset viewer.