| 1 | diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css |
|---|
| 2 | index 1cd5907..b6b0546 100644 |
|---|
| 3 | --- wp-content/themes/twentythirteen/css/editor-style.css |
|---|
| 4 | +++ wp-content/themes/twentythirteen/css/editor-style.css |
|---|
| 5 | @@ -365,6 +365,10 @@ img { |
|---|
| 6 | padding: 0; |
|---|
| 7 | } |
|---|
| 8 | |
|---|
| 9 | +.mceTemp + ul, |
|---|
| 10 | +.mceTemp + ol { |
|---|
| 11 | + list-style-position: inside; |
|---|
| 12 | +} |
|---|
| 13 | |
|---|
| 14 | /** |
|---|
| 15 | * 8.0 Post Formats |
|---|
| 16 | diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css |
|---|
| 17 | index 156ea78..95629f2 100644 |
|---|
| 18 | --- wp-content/themes/twentythirteen/style.css |
|---|
| 19 | +++ wp-content/themes/twentythirteen/style.css |
|---|
| 20 | @@ -743,6 +743,11 @@ img.wp-smiley, |
|---|
| 21 | padding: 0; |
|---|
| 22 | } |
|---|
| 23 | |
|---|
| 24 | +.wp-caption ~ ul, |
|---|
| 25 | +.wp-caption ~ ol { |
|---|
| 26 | + list-style-position: inside; |
|---|
| 27 | +} |
|---|
| 28 | + |
|---|
| 29 | /** |
|---|
| 30 | * 3.0 Basic Structure |
|---|
| 31 | * ---------------------------------------------------------------------------- |
|---|
| 32 | @@ -1807,7 +1812,6 @@ footer.entry-meta { |
|---|
| 33 | margin: 0; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | - |
|---|
| 37 | /** |
|---|
| 38 | * 5.7 Post/Paging Navigation |
|---|
| 39 | * ---------------------------------------------------------------------------- |
|---|