]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfifteen/css/editor-style.css
WordPress 4.7.2-scripts
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / css / editor-style.css
index ab1b75a573c29fd18f3c4e74860f3613d532ea2a..b3cdd0f17c98cffc3179f22324c3052a38be3b0e 100644 (file)
@@ -15,7 +15,6 @@ Description: Used to style the TinyMCE editor.
  * 6.0 - Galleries
  * 7.0 - Audio / Video
  * 8.0 - RTL
- * 9.0 - Media Queries
  */
 
 
@@ -239,6 +238,11 @@ li > ol {
        margin: 0 0 0 23px;
 }
 
+blockquote > ul,
+blockquote > ol {
+       margin-left: 28px;
+}
+
 dl {
        margin: 0 0 28px;
 }
@@ -297,7 +301,7 @@ table td,
 img {
        border: 0;
        height: auto;
-       max-width: 660px;
+       max-width: 100%;
        vertical-align: middle;
 }
 
@@ -347,7 +351,7 @@ a {
        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 @@ body.rtl {
 .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;
-       }
-}