Make WordPress Core

Changeset 58177

Timestamp:
05/20/2024 02:39:15 PM (3 months ago)
Author:
karmatosed
Message:

Twenty Sixteen: Fixes mismatch of visual and DOM order of elements.

In the footer the site info and social menu visual order and DOM order was mismatched. This fixes that and resolves the altering.

Props afercia, joedolson, rcreators, sabernhardt.
Fixes #60496.

Location:
trunk/src/wp-content/themes/twentysixteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/rtl.css

    r45592 r58177  
    638638    }
    639639
    640     .site-info {
    641         margin: 0.538461538em 0 0.538461538em auto;
    642     }
    643 
    644640    .no-sidebar .entry-header,
    645641    .no-sidebar .entry-content,
  • trunk/src/wp-content/themes/twentysixteen/style.css

    r57886 r58177  
    34053405
    34063406    .site-footer .social-navigation {
    3407         margin: 0;
    3408         -webkit-order: 2;
    3409         -ms-flex-order: 2;
    3410         order: 2;
    3411     }
    3412 
    3413     .site-info {
    3414         margin: 0.538461538em auto 0.538461538em 0;
    3415         -webkit-order: 1;
    3416         -ms-flex-order: 1;
    3417         order: 1;
     3407        width: 100%;
    34183408    }
    34193409
Note: See TracChangeset for help on using the changeset viewer.