Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/16/2016 01:31:44 PM (10 years ago)
Author:
hnla
Message:

Update twenty* companion scss files
Commit addresses visual formatting errors highlighted by new scss-lint version.

See #6825 Props netweb

File:
1 edited

Legend:

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

    r10449 r10451  
    650650            .item-avatar {
    651651                margin-bottom: $spacing-val-sm;
     652
    652653                @media screen and (min-width: 37.500em) {
    653654                    margin-bottom: 0;
    654655                }
     656
    655657                text-align: center;
    656658
     
    678680                    margin-left: 15%;
    679681                }
     682
    680683                overflow: hidden;
    681684
     
    10051008                    @include font-size(14);
    10061009                    margin-bottom: $spacing-val-xs;
     1010
    10071011                    @media screen and (min-width: 37.500em) {
    10081012                        float: left;
    10091013                        margin-bottom: 0;
    10101014                    }
     1015
    10111016                    padding: 0.2em 0.5em;
    10121017                }
     
    10501055                        @include font-size(20);
    10511056                    }
     1057
    10521058                    margin-bottom: $spacing-val-lg;
    10531059                    p {padding: $spacing-val-md;}
     
    16021608                padding: $spacing-val-md 0;
    16031609            }
     1610
    16041611            width: 100%;
    16051612
     
    16591666            float: left;
    16601667            width: 100%;
     1668
    16611669            @media screen and (min-width: 37.500em) {
    16621670                width: 40%;
     
    19361944                td.thread-from {
    19371945                    height: 3em;
     1946
    19381947                    @media screen and (max-width: 37.500em) {
    19391948                        height: 5.2em;
     
    19751984                    float: right;
    19761985                    line-height: 2;
     1986
    19771987                    @media screen and (max-width: 37.500em) {
    19781988                        clear: both;
Note: See TracChangeset for help on using the changeset viewer.