X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/58b0523c599c731e868bd4bc05b0d686a98d254f..e0feb3b2e5b436a06bbb04fbc838d1cd6ec95399:/wp-content/themes/twentyfourteen/css/editor-style.css diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index b4dd3253..6bd5ac0f 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -17,7 +17,6 @@ Description: Used to style the TinyMCE editor. * 8.0 - Galleries * 9.0 - Audio/Video * 10.0 - RTL - * 11.0 - Media Queries * ---------------------------------------------------------------------------- */ @@ -380,7 +379,7 @@ blockquote.alignright p { img { height: auto; - max-width: 474px; + max-width: 100%; vertical-align: middle; } @@ -389,7 +388,7 @@ img { border: none; color: #767676; margin: 0 0 24px 0; - max-width: 474px; + max-width: 100%; padding: 0; text-align: left; } @@ -720,18 +719,3 @@ html .mceContentBody.rtl { .rtl td { text-align: right; } - - -/** - * 11.0 Media Queries - */ - -@media screen and (max-width: 494px) { - body, img, .wp-caption { - max-width: 100%; - } - - img, .wp-caption { - width: auto !important; - } -}