diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css
index 93456fa..70385b9 100644
a
|
b
|
footer.entry-meta { |
1454 | 1454 | max-width: 100% !important; /* Avoid player width overflow. */ |
1455 | 1455 | } |
1456 | 1456 | |
| 1457 | .format-standard .entry-content > .wp-audio-shortcode { |
| 1458 | margin-bottom: 24px; |
| 1459 | } |
| 1460 | |
1457 | 1461 | /* Chat */ |
1458 | 1462 | .format-chat { |
1459 | 1463 | background-color: #eadaa6; |
… |
… |
footer.entry-meta { |
1724 | 1728 | color: #220e10; |
1725 | 1729 | } |
1726 | 1730 | |
| 1731 | .format-standard .entry-content > .wp-video { |
| 1732 | margin-bottom: 24px; |
| 1733 | } |
| 1734 | |
1727 | 1735 | |
1728 | 1736 | /** |
1729 | 1737 | * 5.6 Attachments |