Skip to content

Commit

Permalink
Twenty Sixteen: Fixes mismatch of visual and DOM order of elements.
Browse files Browse the repository at this point in the history
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.


git-svn-id: https://develop.svn.wordpress.org/trunk@58177 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed May 20, 2024
1 parent c356242 commit faec561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
4 changes: 0 additions & 4 deletions src/wp-content/themes/twentysixteen/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,6 @@ body:not(.search-results) .entry-summary .alignleft {
margin-left: 0;
}

.site-info {
margin: 0.538461538em 0 0.538461538em auto;
}

.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
Expand Down
12 changes: 1 addition & 11 deletions src/wp-content/themes/twentysixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3404,17 +3404,7 @@ p > video {
}

.site-footer .social-navigation {
margin: 0;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}

.site-info {
margin: 0.538461538em auto 0.538461538em 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
width: 100%;
}

.no-sidebar .content-area {
Expand Down

0 comments on commit faec561

Please sign in to comment.