Bundled Themes: Rebuild Twenty Nineteen’s RTL stylesheet.

This adds the changes from [48073] to the `style-rtl.css` file.

See #45912.
Built from https://develop.svn.wordpress.org/trunk@48514


git-svn-id: http://core.svn.wordpress.org/trunk@48276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-07-20 13:29:05 +00:00
parent cd6e936103
commit bf8d963cfc
2 changed files with 21 additions and 2 deletions

View File

@ -5640,7 +5640,7 @@ body.page .main-navigation {
} }
@-moz-document url-prefix() { @-moz-document url-prefix() {
.entry .entry-content .has-drop-cap:not(:focus)::first-letter { .entry .entry-content .has-drop-cap:not(:focus):first-letter {
margin-top: 0.2em; margin-top: 0.2em;
} }
} }
@ -6023,6 +6023,25 @@ body.page .main-navigation {
* is followed by an H1, or H2 */ * is followed by an H1, or H2 */
} }
.entry .entry-content .wp-block-separator:not(.wp-block-separator),
.entry .entry-content hr:not(.wp-block-separator) {
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.entry .entry-content .wp-block-separator:not(.wp-block-separator),
.entry .entry-content hr:not(.wp-block-separator) {
max-width: calc(8 * (100vw / 12) - 28px);
}
}
@media only screen and (min-width: 1168px) {
.entry .entry-content .wp-block-separator:not(.wp-block-separator),
.entry .entry-content hr:not(.wp-block-separator) {
max-width: calc(6 * (100vw / 12) - 28px);
}
}
.entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide { .entry .entry-content hr.is-style-wide {
max-width: 100%; max-width: 100%;

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.5-beta2-48513'; $wp_version = '5.5-beta2-48514';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.