mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix inserting images from url in Press This, fixes #19341
git-svn-id: https://develop.svn.wordpress.org/trunk@19424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6967,8 +6967,9 @@ div.zerosize {
|
||||
|
||||
.press-this #poststuff h2,
|
||||
.press-this #poststuff h3 {
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.press-this #tagsdiv-post_tag h3,
|
||||
@@ -7019,7 +7020,7 @@ h3.tb {
|
||||
}
|
||||
|
||||
.press-this #extra-fields .actions {
|
||||
margin: -23px -7px 0 0;
|
||||
margin: -25px -7px 0 0;
|
||||
}
|
||||
|
||||
.press-this .actions li {
|
||||
|
||||
Reference in New Issue
Block a user