diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
index 1cd5907..925c78f 100644
|
|
|
img { |
| 365 | 365 | padding: 0; |
| 366 | 366 | } |
| 367 | 367 | |
| | 368 | .mceTemp + ul, |
| | 369 | .mceTemp + 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..9782647 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 | |
| | 751 | |
| 746 | 752 | /** |
| 747 | 753 | * 3.0 Basic Structure |
| 748 | 754 | * ---------------------------------------------------------------------------- |
| … |
… |
footer.entry-meta { |
| 1808 | 1814 | } |
| 1809 | 1815 | |
| 1810 | 1816 | |
| | 1817 | /* Padding for caption against crowding bullets */ |
| | 1818 | .wp-caption.alignleft + ul { |
| | 1819 | padding-left: 140px; |
| | 1820 | } |
| | 1821 | |
| | 1822 | |
| 1811 | 1823 | /** |
| 1812 | 1824 | * 5.7 Post/Paging Navigation |
| 1813 | 1825 | * ---------------------------------------------------------------------------- |