diff --git src/wp-content/themes/twentysixteen/style.css src/wp-content/themes/twentysixteen/style.css
index fc58afaf84..cce2ad0574 100644
|
|
p > video { |
2750 | 2750 | margin-bottom: 0; |
2751 | 2751 | } |
2752 | 2752 | |
| 2753 | .wp-block-latest-comments__comment{ |
| 2754 | border-top: 1px solid #d1d1d1; |
| 2755 | margin-bottom: 0; |
| 2756 | padding: 1.75em 0; |
| 2757 | } |
| 2758 | |
2753 | 2759 | |
2754 | 2760 | /** |
2755 | 2761 | * 14.0 - Media Queries |
diff --git src/wp-content/themes/twentythirteen/style.css src/wp-content/themes/twentythirteen/style.css
index 4ec5cf98f3..cf65504702 100644
|
|
footer.entry-meta { |
2744 | 2744 | content: '\002f'; |
2745 | 2745 | } |
2746 | 2746 | |
| 2747 | .wp-block-latest-comments__comment{ |
| 2748 | background: url(./images/dotted-line.png) repeat-x left top; |
| 2749 | margin-bottom: 0; |
| 2750 | padding: 24px 0; |
| 2751 | } |
| 2752 | |
2747 | 2753 | /** |
2748 | 2754 | * 8.0 Media Queries |
2749 | 2755 | * ---------------------------------------------------------------------------- |