Skip to:
Content

BuddyPress.org

Changeset 10890


Ignore:
Timestamp:
06/21/2016 01:06:18 PM (9 years ago)
Author:
hnla
Message:

Commit corrects missed heading selector reversions in 2016, 2013, 2012 scss sheets for 7043#comment:4

Fixes #7043 Props r-a-y

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

Legend:

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

    r10742 r10890  
    939939        order: 3;
    940940    }
    941     .single-item.groups #buddypress div#item-header #item-actions h2 {
     941    .single-item.groups #buddypress div#item-header #item-actions h3 {
    942942        border-bottom: 1px solid #eaeaea;
    943943        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.css

    r10742 r10890  
    939939        order: 3;
    940940    }
    941     .single-item.groups #buddypress div#item-header #item-actions h2 {
     941    .single-item.groups #buddypress div#item-header #item-actions h3 {
    942942        border-bottom: 1px solid #eaeaea;
    943943        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss

    r10742 r10890  
    13241324                    order: 3;
    13251325
    1326                     h2 {
     1326                    h3 {
    13271327                        border-bottom: 1px solid $border-light;
    13281328                        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

    r10742 r10890  
    913913        order: 3;
    914914    }
    915     .single-item.groups #buddypress div#item-header #item-actions h2 {
     915    .single-item.groups #buddypress div#item-header #item-actions h3 {
    916916        border-bottom: 1px solid #eaeaea;
    917917        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r10742 r10890  
    913913        order: 3;
    914914    }
    915     .single-item.groups #buddypress div#item-header #item-actions h2 {
     915    .single-item.groups #buddypress div#item-header #item-actions h3 {
    916916        border-bottom: 1px solid #eaeaea;
    917917        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss

    r10742 r10890  
    12471247                    order: 3;
    12481248
    1249                     h2 {
     1249                    h3 {
    12501250                        border-bottom: 1px solid $border-light;
    12511251                        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r10742 r10890  
    950950        order: 3;
    951951    }
    952     .single-item.groups #buddypress div#item-header #item-actions h2 {
     952    .single-item.groups #buddypress div#item-header #item-actions h3 {
    953953        border-bottom: 1px solid #eaeaea;
    954954        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r10742 r10890  
    950950        order: 3;
    951951    }
    952     .single-item.groups #buddypress div#item-header #item-actions h2 {
     952    .single-item.groups #buddypress div#item-header #item-actions h3 {
    953953        border-bottom: 1px solid #eaeaea;
    954954        text-align: center;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10742 r10890  
    13271327                    order: 3;
    13281328
    1329                     h2 {
     1329                    h3 {
    13301330                        border-bottom: 1px solid $border-light;
    13311331                        text-align: center;
Note: See TracChangeset for help on using the changeset viewer.