mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
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:
parent
8e5a620bb3
commit
86f3506479
@ -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 {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user