diff --git a/src/wp-content/themes/twentyeleven/blocks.css b/src/wp-content/themes/twentyeleven/blocks.css index 3a49346ff9..f5e27a6d0c 100644 --- a/src/wp-content/themes/twentyeleven/blocks.css +++ b/src/wp-content/themes/twentyeleven/blocks.css @@ -286,10 +286,19 @@ p.has-drop-cap:not(:focus)::first-letter { margin-bottom: 1.625em; } +.wp-block-media-text *:first-child { + margin-top: 0; +} + .wp-block-media-text *:last-child { margin-bottom: 0; } +.wp-block-media-text .wp-block-media-text__content { + padding-top: 1.5em; + padding-bottom: 1.5em; +} + /*-------------------------------------------------------------- 5.0 Blocks - Widgets --------------------------------------------------------------*/ diff --git a/src/wp-content/themes/twentyeleven/editor-blocks.css b/src/wp-content/themes/twentyeleven/editor-blocks.css index 185b450750..e19d631d8a 100644 --- a/src/wp-content/themes/twentyeleven/editor-blocks.css +++ b/src/wp-content/themes/twentyeleven/editor-blocks.css @@ -429,10 +429,19 @@ p.has-drop-cap:not(:focus)::first-letter { /* Media & Text */ +.wp-block-media-text *:first-child { + margin-top: 0; +} + .wp-block-media-text *:last-child { margin-bottom: 0; } +.wp-block-media-text .wp-block-media-text__content { + padding-top: 1.5em; + padding-bottom: 1.5em; +} + /*-------------------------------------------------------------- 6.0 Blocks - Widgets --------------------------------------------------------------*/