mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Twenty: Revert [56034] pending further investigation.
This changeset reverts [56034] as the Test Default Themes & Create ZIPs workflow is failing. Follow-up to [56034], [56039]. See #58396. git-svn-id: https://develop.svn.wordpress.org/trunk@56040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
902353c4a0
commit
d638b012e8
@ -458,11 +458,6 @@ Inter variable font. Usage:
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-latest-posts {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-categories__list ul {
|
||||
margin: 0;
|
||||
}
|
||||
@ -987,7 +982,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
|
||||
.editor-styles-wrapper .wp-block-latest-comments {
|
||||
font-family: inherit;
|
||||
margin-right: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment {
|
||||
|
||||
@ -462,11 +462,6 @@ Inter variable font. Usage:
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-latest-posts {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-categories__list ul {
|
||||
margin: 0;
|
||||
}
|
||||
@ -991,7 +986,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
|
||||
.editor-styles-wrapper .wp-block-latest-comments {
|
||||
font-family: inherit;
|
||||
margin-left: auto;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment {
|
||||
|
||||
@ -2925,11 +2925,6 @@ h2.entry-title {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ol.wp-block-latest-comments {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.entry-content .wp-block-archives > li,
|
||||
.entry-content .wp-block-categories > li,
|
||||
.entry-content .wp-block-latest-posts > li,
|
||||
|
||||
@ -2945,11 +2945,6 @@ h2.entry-title {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ol.wp-block-latest-comments {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.entry-content .wp-block-archives > li,
|
||||
.entry-content .wp-block-categories > li,
|
||||
.entry-content .wp-block-latest-posts > li,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user