diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
index 1cd5907..0604f70 100644
|
|
|
img { |
| 365 | 365 | padding: 0; |
| 366 | 366 | } |
| 367 | 367 | |
| | 368 | .wp-caption ~ ul, |
| | 369 | .wp-caption ~ ol { |
| | 370 | list-style-position: inside; |
| | 371 | } |
| | 372 | |
| 368 | 373 | |
| 369 | 374 | /** |
| 370 | 375 | * 8.0 Post Formats |
diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
index 156ea78..d5fee87 100644
|
|
|
img.wp-smiley, |
| 743 | 743 | padding: 0; |
| 744 | 744 | } |
| 745 | 745 | |
| | 746 | .wp-caption ~ ul, |
| | 747 | .wp-caption ~ ol { |
| | 748 | list-style-position: inside; |
| | 749 | } |
| | 750 | |
| 746 | 751 | /** |
| 747 | 752 | * 3.0 Basic Structure |
| 748 | 753 | * ---------------------------------------------------------------------------- |
| … |
… |
footer.entry-meta { |
| 1808 | 1813 | } |
| 1809 | 1814 | |
| 1810 | 1815 | |
| | 1816 | /* Padding for caption against crowding bullets */ |
| | 1817 | .wp-caption.alignleft + ul { |
| | 1818 | padding-left: 140px; |
| | 1819 | } |
| | 1820 | |
| | 1821 | |
| 1811 | 1822 | /** |
| 1812 | 1823 | * 5.7 Post/Paging Navigation |
| 1813 | 1824 | * ---------------------------------------------------------------------------- |