Twenty Twelve: Correct padding rule precedence for Quote block.

Props superpoincare.
Merges [44432] to the 5.0 branch.
Fixes #45794.
Built from https://develop.svn.wordpress.org/branches/5.0@44433


git-svn-id: http://core.svn.wordpress.org/branches/5.0@44264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-01-07 18:35:47 +00:00
parent 8e5a620bb3
commit 86f3506479
2 changed files with 3 additions and 3 deletions

View File

@ -99,13 +99,13 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
padding: 1.714285714rem;
padding: 24px;
padding: 1.714285714rem;
}
.wp-block-quote {
padding: 1.714285714rem;
padding: 24px;
padding: 1.714285714rem;
}
.wp-block-quote cite {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0.3-alpha-44430';
$wp_version = '5.0.3-alpha-44433';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.