Skip to:
Content

BuddyPress.org

Changeset 10742


Ignore:
Timestamp:
05/10/2016 12:39:43 PM (9 years ago)
Author:
hnla
Message:

Companion Styles: Groups headings
Commit reverts changes to groups admin/mods heading made to match heading level changes.
Heading changes reverted for 2.6.
Closes #7043

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

Legend:

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

    r10729 r10742  
    10201020}
    10211021
    1022 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     1022.single-item.groups #buddypress div#item-header div#item-actions h3 {
    10231023    font-size: 14px;
    10241024    font-size: 0.9333333333rem;
    1025     padding: 0.2em;
     1025    font-weight: bold;
     1026    line-height: 1.4;
    10261027}
    10271028
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.css

    r10729 r10742  
    10201020}
    10211021
    1022 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     1022.single-item.groups #buddypress div#item-header div#item-actions h3 {
    10231023    font-size: 14px;
    10241024    font-size: 0.9333333333rem;
    1025     padding: 0.2em;
     1025    font-weight: bold;
     1026    line-height: 1.4;
    10261027}
    10271028
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.scss

    r10729 r10742  
    14501450                }
    14511451
    1452                 h2 {
     1452                h3 {
    14531453                    @include font-size(14);
    1454                     padding: 0.2em;
     1454                    font-weight: bold;
     1455                    line-height: 1.4;
    14551456                }
    14561457
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r10728 r10742  
    895895}
    896896
    897 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     897.single-item.groups #buddypress div#item-header div#item-actions h3 {
    898898    background: #555;
    899899    color: #fff;
     
    904904
    905905@media screen and (min-width: 46.25em) {
    906     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     906    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    907907        font-size: 16px;
    908908        font-size: 1.6rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css

    r10728 r10742  
    895895}
    896896
    897 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     897.single-item.groups #buddypress div#item-header div#item-actions h3 {
    898898    background: #555;
    899899    color: #fff;
     
    904904
    905905@media screen and (min-width: 46.25em) {
    906     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     906    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    907907        font-size: 16px;
    908908        font-size: 1.6rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r10728 r10742  
    11491149                }
    11501150
    1151                 h2 {
     1151                h3 {
    11521152                    background: $dark-background;
    11531153                    color: $content-background;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

    r10728 r10742  
    704704}
    705705
    706 .single-item.groups #buddypress #item-header #item-actions h2 {
     706.single-item.groups #buddypress #item-header #item-actions h3 {
    707707    font-size: 20px;
    708708    font-size: 1.25rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r10728 r10742  
    704704}
    705705
    706 .single-item.groups #buddypress #item-header #item-actions h2 {
     706.single-item.groups #buddypress #item-header #item-actions h3 {
    707707    font-size: 20px;
    708708    font-size: 1.25rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss

    r10728 r10742  
    10141014                width: auto;
    10151015
    1016                 h2 {
     1016                h3 {
    10171017                    @include font-size(20);
    10181018                }
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

    r10728 r10742  
    975975}
    976976
    977 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     977.single-item.groups #buddypress div#item-header div#item-actions h3 {
    978978    font-size: 14px;
    979979    font-size: 0.875rem;
     
    982982
    983983@media screen and (min-width: 46.25em) {
    984     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     984    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    985985        font-size: 16px;
    986986        font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.css

    r10728 r10742  
    975975}
    976976
    977 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     977.single-item.groups #buddypress div#item-header div#item-actions h3 {
    978978    font-size: 14px;
    979979    font-size: 0.875rem;
     
    982982
    983983@media screen and (min-width: 46.25em) {
    984     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     984    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    985985        font-size: 16px;
    986986        font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss

    r10728 r10742  
    13561356                }
    13571357
    1358                 h2 {
     1358                h3 {
    13591359                    @include font-size(14);
    13601360
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

    r10728 r10742  
    949949}
    950950
    951 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     951.single-item.groups #buddypress div#item-header div#item-actions h3 {
    952952    font-size: 14px;
    953953    font-size: 0.875rem;
     
    956956
    957957@media screen and (min-width: 46.25em) {
    958     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     958    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    959959        font-size: 16px;
    960960        font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r10728 r10742  
    949949}
    950950
    951 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     951.single-item.groups #buddypress div#item-header div#item-actions h3 {
    952952    font-size: 14px;
    953953    font-size: 0.875rem;
     
    956956
    957957@media screen and (min-width: 46.25em) {
    958     .single-item.groups #buddypress div#item-header div#item-actions h2 {
     958    .single-item.groups #buddypress div#item-header div#item-actions h3 {
    959959        font-size: 16px;
    960960        font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss

    r10728 r10742  
    12791279                }
    12801280
    1281                 h2 {
     1281                h3 {
    12821282                    @include font-size(14);
    12831283
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r10728 r10742  
    992992}
    993993
    994 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     994.single-item.groups #buddypress div#item-header div#item-actions h3 {
    995995    font-size: 14px;
    996996    font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r10728 r10742  
    992992}
    993993
    994 .single-item.groups #buddypress div#item-header div#item-actions h2 {
     994.single-item.groups #buddypress div#item-header div#item-actions h3 {
    995995    font-size: 14px;
    996996    font-size: 1rem;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10728 r10742  
    13631363                }
    13641364
    1365                 h2 {
     1365                h3 {
    13661366                    @include font-size(14);
    13671367                    padding: 0.2em;
Note: See TracChangeset for help on using the changeset viewer.