diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
index 1cd5907..925c78f 100644
--- wp-content/themes/twentythirteen/css/editor-style.css
+++ wp-content/themes/twentythirteen/css/editor-style.css
@@ -365,6 +365,11 @@ img {
 	padding: 0;
 }
 
+.mceTemp + ul,
+.mceTemp + ol  {
+	list-style-position: inside;
+}
+
 
 /**
  * 8.0 Post Formats
diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
index 156ea78..9782647 100644
--- wp-content/themes/twentythirteen/style.css
+++ wp-content/themes/twentythirteen/style.css
@@ -743,6 +743,12 @@ img.wp-smiley,
 	padding: 0;
 }
 
+.wp-caption + ul,
+.wp-caption + ol  {
+    list-style-position: inside;
+}
+
+
 /**
  * 3.0 Basic Structure
  * ----------------------------------------------------------------------------
@@ -1808,6 +1814,12 @@ footer.entry-meta {
 }
 
 
+/* Padding for caption against crowding bullets */ 
+.wp-caption.alignleft + ul {
+	padding-left: 140px;
+}
+
+
 /**
  * 5.7 Post/Paging Navigation
  * ----------------------------------------------------------------------------
