X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f5fcdc7994bb67cce809bc4777944ae8b7fad4a4..refs/tags/wordpress-4.3:/wp-content/themes/twentythirteen/css/editor-style.css diff --git a/wp-content/themes/twentythirteen/css/editor-style.css b/wp-content/themes/twentythirteen/css/editor-style.css index 2e621844..56841899 100644 --- a/wp-content/themes/twentythirteen/css/editor-style.css +++ b/wp-content/themes/twentythirteen/css/editor-style.css @@ -18,7 +18,6 @@ Description: Used to style the TinyMCE editor. * 9.0 - Audio/Video * 10.0 - Post Formats * 11.0 - RTL - * 12.0 - Media Queries * ---------------------------------------------------------------------------- */ @@ -770,18 +769,3 @@ html .mceContentBody.rtl { background: none; content: none; } - - -/** - * 12.0 Media Queries - */ - -@media screen and (max-width: 604px) { - body, img, .wp-caption { - max-width: 100%; - } - - img, .wp-caption { - width: auto !important; - } -}