Skip to content

Commit

Permalink
Twenty Twelve: Correct padding rule precedence for Quote block.
Browse files Browse the repository at this point in the history
Props superpoincare.
Merges [44432] to the 5.0 branch.
Fixes #45794.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44433 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 7, 2019
1 parent b2ba551 commit 7ebf6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentytwelve/css/blocks.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ebf6c2

Please sign in to comment.