From 15c49cc2ca26e7e23c60455325d2a6e6d0b4f1ef Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Mon, 20 May 2024 14:42:11 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentysixteen/rtl.css | 4 ---- wp-content/themes/twentysixteen/style.css | 12 +----------- wp-includes/version.php | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/wp-content/themes/twentysixteen/rtl.css b/wp-content/themes/twentysixteen/rtl.css index 5add22f526..36a17622fd 100644 --- a/wp-content/themes/twentysixteen/rtl.css +++ b/wp-content/themes/twentysixteen/rtl.css @@ -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, diff --git a/wp-content/themes/twentysixteen/style.css b/wp-content/themes/twentysixteen/style.css index 0ac9239d03..f9b04d6c58 100644 --- a/wp-content/themes/twentysixteen/style.css +++ b/wp-content/themes/twentysixteen/style.css @@ -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 { diff --git a/wp-includes/version.php b/wp-includes/version.php index 9c31b7cc92..a533419b5d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.