]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfifteen/css/editor-style.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / css / editor-style.css
index ab1b75a573c29fd18f3c4e74860f3613d532ea2a..33db931ff10cd6a4425abcabfebd36ffbf3f6655 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
  */
 
 
@@ -297,7 +296,7 @@ table td,
 img {
        border: 0;
        height: auto;
-       max-width: 660px;
+       max-width: 100%;
        vertical-align: middle;
 }
 
@@ -347,7 +346,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 +475,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;
-       }
-}