Skip to:
Content

BuddyPress.org

Changeset 10568


Ignore:
Timestamp:
02/08/2016 07:06:54 PM (11 years ago)
Author:
hnla
Message:

Companion Styles twentytwelve

Commit addresses an issue where 2012 omits height:auto for responsive images causing issues with act stream embeds images.

Fixes #6766 Props r-a-y

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r10507 r10568  
    629629}
    630630
     631#buddypress #activity-stream li .activity-inner img {
     632        height: auto;
     633}
     634
    631635@media screen and (min-width: 46.25em) {
    632636        #buddypress #activity-stream li .activity-avatar {
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r10507 r10568  
    629629}
    630630
     631#buddypress #activity-stream li .activity-inner img {
     632        height: auto;
     633}
     634
    631635@media screen and (min-width: 46.25em) {
    632636        #buddypress #activity-stream li .activity-avatar {
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10532 r10568  
    931931                        }
    932932
     933                        .activity-inner {
     934                                img {height: auto;}
     935                        }
     936
    933937                        @media screen and (min-width: 46.25em) {
    934938
Note: See TracChangeset for help on using the changeset viewer.