wp/wp-content/themes/twentyfifteen/css/editor-style.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
--- a/wp/wp-content/themes/twentyfifteen/css/editor-style.css	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentyfifteen/css/editor-style.css	Mon Oct 14 17:39:30 2019 +0200
@@ -15,7 +15,6 @@
  * 6.0 - Galleries
  * 7.0 - Audio / Video
  * 8.0 - RTL
- * 9.0 - Media Queries
  */
 
 
@@ -239,6 +238,11 @@
 	margin: 0 0 0 23px;
 }
 
+blockquote > ul,
+blockquote > ol {
+	margin-left: 28px;
+}
+
 dl {
 	margin: 0 0 28px;
 }
@@ -297,7 +301,7 @@
 img {
 	border: 0;
 	height: auto;
-	max-width: 660px;
+	max-width: 100%;
 	vertical-align: middle;
 }
 
@@ -347,7 +351,7 @@
 	color: #707070;
 	font-family: "Noto Sans", sans-serif;
 	margin: 0 0 28px 0;
-	max-width: 660px;
+	max-width: 100%;
 	padding: 0;
 	text-align: inherit;
 }
@@ -476,18 +480,3 @@
 .rtl table caption {
 	text-align: right;
 }
-
-
-/**
- * 9.0 Media Queries
- */
-
-@media screen and (max-width: 740px) {
-	body, img, .wp-caption {
-		max-width: 100%;
-	}
-
-	img, .wp-caption {
-		width: auto !important;
-	}
-}