diff --git wp-content/themes/twentyfifteen/style.css wp-content/themes/twentyfifteen/style.css
index 5cfd659..998642a 100644
|
|
a.post-thumbnail:focus { |
1583 | 1583 | font-size: 2.6rem; |
1584 | 1584 | line-height: 1.1538; |
1585 | 1585 | margin-bottom: 0.9231em; |
| 1586 | word-wrap: break-word; |
| 1587 | overflow-wrap: break-word; |
1586 | 1588 | } |
1587 | 1589 | |
1588 | 1590 | .entry-content, |
… |
… |
span > video { |
2665 | 2667 | .comment-content ol { |
2666 | 2668 | margin-left: 0; |
2667 | 2669 | } |
| 2670 | |
| 2671 | .comment-content li > ul, |
| 2672 | .comment-content li > ol { |
| 2673 | margin-bottom: 0; |
| 2674 | margin-left: 1.3333em; |
| 2675 | } |
2668 | 2676 | } |
2669 | 2677 | |
2670 | 2678 | |