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/twentytwelve.scss

    r10451 r10493  
    353353}
    354354
    355     /*__ Horizontal menus __*/
     355/*__ Horizontal menus __*/
    356356#buddypress {
    357357
     
    457457}
    458458
    459     /*__ Vertical menu User Account / Group single screens __*/
     459/*__ Vertical menu User Account / Group single screens __*/
    460460
    461461// This block contains rules to re-factor the item-body structural element
     
    12041204.bp-user {
    12051205    #buddypress {
    1206     // On object nav links, table links (notifications etc) we don't really need :visited
    1207     // inheritance, so set pseudo class to :link color.
     1206        // On object nav links, table links (notifications etc) we don't really need :visited
     1207        // inheritance, so set pseudo class to :link color.
    12081208        a {
    12091209            &:visited {
     
    13761376                    float: left;
    13771377                }
    1378 
    1379 //              #item-header-avatar {
    1380 //                  width: 21%;
    1381 //              }
    13821378
    13831379                #item-header-content {
     
    18361832
    18371833        #message-thread {
    1838         //Single message view
     1834            //Single message view
    18391835            a {
    18401836                border-bottom: 0;
     
    20612057
    20622058            td:first-child + td + td {
    2063             // notice date
     2059                // notice date
    20642060                border-bottom: 0;
    20652061
     
    20702066
    20712067            td:last-child {
    2072             // notice actions
     2068                // notice actions
    20732069                line-height: 1;
    20742070                padding-bottom: 1em;
     
    20762072
    20772073                a:last-child {
    2078                 // hide the 'x' text
     2074                    // hide the 'x' text
    20792075                    line-height: 0;
    20802076                    margin-left: 0.7em;
     
    21622158*-------------------------------------------------------------------------------
    21632159*/
    2164     // Attempt to reset form control widths
     2160
     2161// Attempt to reset form control widths
    21652162#main {
    21662163    #buddypress {
     
    21812178#buddypress {
    21822179
    2183 // Match BP form elements to Themes(2012) styling where styles
    2184 // are not inherited or being overriden.
     2180    // Match BP form elements to Themes(2012) styling where styles
     2181    // are not inherited or being overriden.
    21852182    div.activity-comments {
    21862183
     
    24372434
    24382435#buddypress {
    2439     /* Auto Complete background */
     2436
    24402437    .acfb-holder {
    24412438
Note: See TracChangeset for help on using the changeset viewer.