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.