Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2015 11:51:32 AM (9 years ago)
Author:
djpaul
Message:

Code Standards: fix more space indentations

These were split out from the earlier commit because I was trying to
figure out why the line endings were different in the
twentyfifteen.scss — which is why I think the recompiled CSS files here
have so many changes.

File:
1 edited

Legend:

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

    r10161 r10162  
    18941894
    18951895                    img {
    1896                     // this is the tiny user avatar
     1896                        // this is the tiny user avatar
    18971897                        display: inline;
    18981898                        height: 20px;
    18991899                        margin-right: 0.5em;
    19001900                        width: 20px !important; // override inline style
    1901                 }
    1902             }
    1903         }
     1901                    }
     1902                }
     1903            }
    19041904        }
    19051905
     
    21012101                text-transform: none;
    21022102                width: 20%;
    2103             }
     2103            }
    21042104        }// close form
    21052105
Note: See TracChangeset for help on using the changeset viewer.