Twenty Twelve: Correct padding rule precedence for Quote block.

Props superpoincare.
Fixes #45794.

git-svn-id: https://develop.svn.wordpress.org/trunk@44432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-01-07 18:08:04 +00:00
parent ac7c542477
commit cbb7f0397d

View File

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