diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
index 1cd5907..0604f70 100644
--- wp-content/themes/twentythirteen/css/editor-style.css
+++ wp-content/themes/twentythirteen/css/editor-style.css
@@ -365,6 +365,11 @@ img {
 	padding: 0;
 }
 
+.wp-caption ~ ul,
+.wp-caption ~ 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..d5fee87 100644
--- wp-content/themes/twentythirteen/style.css
+++ wp-content/themes/twentythirteen/style.css
@@ -743,6 +743,11 @@ img.wp-smiley,
 	padding: 0;
 }
 
+.wp-caption ~ ul,
+.wp-caption ~ ol  {
+    list-style-position: inside;
+}
+
 /**
  * 3.0 Basic Structure
  * ----------------------------------------------------------------------------
@@ -1808,6 +1813,12 @@ footer.entry-meta {
 }
 
 
+/* Padding for caption against crowding bullets */ 
+.wp-caption.alignleft + ul {
+	padding-left: 140px;
+}
+
+
 /**
  * 5.7 Post/Paging Navigation
  * ----------------------------------------------------------------------------
