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.

Built from https://develop.svn.wordpress.org/trunk@58177


git-svn-id: http://core.svn.wordpress.org/trunk@57640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-05-20 14:42:11 +00:00
parent 22aa7cb48a
commit 15c49cc2ca
3 changed files with 2 additions and 16 deletions

View File

@ -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,

View File

@ -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 {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-58176';
$wp_version = '6.6-alpha-58177';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.