Make WordPress Core

Ticket #24797: 24797.6.diff​

File 24797.6.diff​, 1.0 KB (added by rdall, 11 years ago)

Fixes Editor style padding regarding the bullets

Line 
1diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
2index 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
16diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
17index 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  * ----------------------------------------------------------------------------