diff --git a/src/wp-content/themes/twentyeleven/blocks.css b/src/wp-content/themes/twentyeleven/blocks.css
index 6d9b02947a..4723f9ab0e 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
285 | 285 | margin-bottom: 1.625em; |
286 | 286 | } |
287 | 287 | |
| 288 | .wp-block-media-text *:first-child { |
| 289 | margin-top: 0; |
| 290 | } |
| 291 | |
288 | 292 | .wp-block-media-text *:last-child { |
289 | 293 | margin-bottom: 0; |
290 | 294 | } |
291 | 295 | |
| 296 | .wp-block-media-text .wp-block-media-text__content { |
| 297 | padding-top: 1.5em; |
| 298 | padding-bottom: 1.5em; |
| 299 | } |
| 300 | |
292 | 301 | /*-------------------------------------------------------------- |
293 | 302 | 5.0 Blocks - Widgets |
294 | 303 | --------------------------------------------------------------*/ |
diff --git a/src/wp-content/themes/twentyeleven/editor-blocks.css b/src/wp-content/themes/twentyeleven/editor-blocks.css
index 4b10bb4ade..0e93698d23 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
429 | 429 | |
430 | 430 | /* Media & Text */ |
431 | 431 | |
| 432 | .wp-block-media-text *:first-child { |
| 433 | margin-top: 0; |
| 434 | } |
| 435 | |
432 | 436 | .wp-block-media-text *:last-child { |
433 | 437 | margin-bottom: 0; |
434 | 438 | } |
435 | 439 | |
| 440 | .wp-block-media-text .wp-block-media-text__content { |
| 441 | padding-top: 1.5em; |
| 442 | padding-bottom: 1.5em; |
| 443 | } |
| 444 | |
436 | 445 | /*-------------------------------------------------------------- |
437 | 446 | 6.0 Blocks - Widgets |
438 | 447 | --------------------------------------------------------------*/ |