mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 23:11:53 +01:00
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:
parent
22aa7cb48a
commit
15c49cc2ca
@ -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,
|
||||
|
@ -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 {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user