diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentythirteen/css/editor-style.css --- a/wp/wp-content/themes/twentythirteen/css/editor-style.css Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentythirteen/css/editor-style.css Mon Oct 14 17:39:30 2019 +0200 @@ -18,7 +18,6 @@ * 9.0 - Audio/Video * 10.0 - Post Formats * 11.0 - RTL - * 12.0 - Media Queries * ---------------------------------------------------------------------------- */ @@ -770,18 +769,3 @@ 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; - } -}