More consistent spacing around the excerpt textarea.
Props paulwilde. Fixes #32242. Built from https://develop.svn.wordpress.org/trunk@32841 git-svn-id: http://core.svn.wordpress.org/trunk@32812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -573,11 +573,11 @@ span.wp-media-buttons-icon:before {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#excerpt,
|
#excerpt {
|
||||||
.attachmentlinks {
|
display: block;
|
||||||
margin: 0;
|
margin: 12px 0 0;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
width: 98%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagchecklist {
|
.tagchecklist {
|
||||||
|
|||||||
@@ -573,11 +573,11 @@ span.wp-media-buttons-icon:before {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#excerpt,
|
#excerpt {
|
||||||
.attachmentlinks {
|
display: block;
|
||||||
margin: 0;
|
margin: 12px 0 0;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
width: 98%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagchecklist {
|
.tagchecklist {
|
||||||
|
|||||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32840';
|
$wp_version = '4.3-alpha-32841';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user