Revert [31849] and [33351]
Also set the max-width of images in themes to 100%, not in pixels. See #33022 and #31250. git-svn-id: https://develop.svn.wordpress.org/trunk@33418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eef42f591f
commit
1a18cb3b00
@ -15,7 +15,6 @@ Description: Used to style the TinyMCE editor.
|
|||||||
* 6.0 - Galleries
|
* 6.0 - Galleries
|
||||||
* 7.0 - Audio / Video
|
* 7.0 - Audio / Video
|
||||||
* 8.0 - RTL
|
* 8.0 - RTL
|
||||||
* 9.0 - Media Queries
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -297,7 +296,7 @@ table td,
|
|||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 660px;
|
max-width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,7 +346,7 @@ a {
|
|||||||
color: #707070;
|
color: #707070;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
margin: 0 0 28px 0;
|
margin: 0 0 28px 0;
|
||||||
max-width: 660px;
|
max-width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
}
|
}
|
||||||
@ -476,18 +475,3 @@ body.rtl {
|
|||||||
.rtl table caption {
|
.rtl table caption {
|
||||||
text-align: right;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -17,7 +17,6 @@ Description: Used to style the TinyMCE editor.
|
|||||||
* 8.0 - Galleries
|
* 8.0 - Galleries
|
||||||
* 9.0 - Audio/Video
|
* 9.0 - Audio/Video
|
||||||
* 10.0 - RTL
|
* 10.0 - RTL
|
||||||
* 11.0 - Media Queries
|
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -380,7 +379,7 @@ blockquote.alignright p {
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 474px;
|
max-width: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -389,7 +388,7 @@ img {
|
|||||||
border: none;
|
border: none;
|
||||||
color: #767676;
|
color: #767676;
|
||||||
margin: 0 0 24px 0;
|
margin: 0 0 24px 0;
|
||||||
max-width: 474px;
|
max-width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -720,18 +719,3 @@ html .mceContentBody.rtl {
|
|||||||
.rtl td {
|
.rtl td {
|
||||||
text-align: right;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -18,7 +18,6 @@ Description: Used to style the TinyMCE editor.
|
|||||||
* 9.0 - Audio/Video
|
* 9.0 - Audio/Video
|
||||||
* 10.0 - Post Formats
|
* 10.0 - Post Formats
|
||||||
* 11.0 - RTL
|
* 11.0 - RTL
|
||||||
* 12.0 - Media Queries
|
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -770,18 +769,3 @@ html .mceContentBody.rtl {
|
|||||||
background: none;
|
background: none;
|
||||||
content: 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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -141,7 +141,6 @@ img[data-mce-selected]::selection {
|
|||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
min-width: 96%;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 15px auto 0;
|
margin: 15px auto 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user