Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2016 12:08:05 PM (9 years ago)
Author:
hnla
Message:

Companion styles scss tidy ups

  • Remove commented out properties/rulesets.
  • Correct indentations.
  • Remove stray spaces on indents.
  • Remove CSS style comments from nested selectors.

Fixes #6863 Props netweb

File:
1 edited

Legend:

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

    r10451 r10493  
    322322    }
    323323}
    324     /*__ Horizontal menus & small screen __*/
     324/*__ Horizontal menus & small screen __*/
    325325
    326326#buddypress {
     
    416416} // close #buddypress
    417417
    418     /*__ Vertical menu User Account / Group single screens __*/
     418/*__ Vertical menu User Account / Group single screens __*/
    419419
    420420// This block contains rules to re-factor the item-body structural element
     
    424424
    425425@media screen and (min-width: 55em) {
    426 
    427     .bp-user #buddypress,
    428     .single-item.groups #buddypress {
    429     //  background: $light-background;
    430     }
    431426
    432427    body:not(.sidebar) {
     
    13231318
    13241319            #item-header-cover-image {
    1325     //          #item-header-content {
    1326     //          }
    13271320
    13281321                #item-actions {
     
    18231816
    18241817        #message-thread {
    1825         //Single message view
     1818            //Single message view
    18261819            a {
    18271820                border-bottom: 0;
     
    19961989        }
    19971990
    1998     /* Auto Complete background */
    19991991        .acfb-holder {
    20001992
     
    20162008        }
    20172009
    2018         /* Sitewide Notices loop */
    20192010        .sitewide-notices {
    20202011            tr {
     
    20482039        #settings-form {
    20492040            padding: 0 $spacing-val-sm;
    2050         // 'p' = email notification screen sub heading
     2041            // 'p' = email notification screen sub heading
    20512042            > p {
    20522043                @include font-size(20);
     
    20962087*-------------------------------------------------------------------------------
    20972088*/
    2098     // Attempt to reset form control widths
     2089// Attempt to reset form control widths
    20992090#main {
    21002091    #buddypress {
     
    21152106#buddypress {
    21162107
    2117 // Match BP form elements to Themes(2013) styling where styles
    2118 // are not inherited or being overriden.
     2108    // Match BP form elements to Themes(2013) styling where styles
     2109    // are not inherited or being overriden.
    21192110    div.activity-comments {
    21202111
     
    23852376
    23862377#buddypress {
    2387     /* Auto Complete background */
    23882378    .acfb-holder {
    23892379
     
    23912381            background: $notice-info;
    23922382            border: inherit;
    2393      }
    2394     }
    2395 }
     2383        }
     2384    }
     2385}
Note: See TracChangeset for help on using the changeset viewer.