Media: Move tag cloud styles that accidentally ended up in Media section after the reorganization in [16136] to a more appropriate place.
Remove styles for `wp-admin/update-core.php` accidentally duplicated in Media section as part of the same reorganization. See #46530. Built from https://develop.svn.wordpress.org/trunk@45483 git-svn-id: http://core.svn.wordpress.org/trunk@45294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ebb0b92081
commit
412ffd0aaf
|
@ -1113,6 +1113,14 @@ p.popular-tags a {
|
|||
margin: 2px 0 12px;
|
||||
}
|
||||
|
||||
#poststuff .inside .the-tagcloud {
|
||||
margin: 5px 0 10px;
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
line-height: 1.8;
|
||||
word-spacing: 3px;
|
||||
}
|
||||
|
||||
.the-tagcloud ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1113,6 +1113,14 @@ p.popular-tags a {
|
|||
margin: 2px 0 12px;
|
||||
}
|
||||
|
||||
#poststuff .inside .the-tagcloud {
|
||||
margin: 5px 0 10px;
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
line-height: 1.8;
|
||||
word-spacing: 3px;
|
||||
}
|
||||
|
||||
.the-tagcloud ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -368,28 +368,6 @@
|
|||
z-index: 100100;
|
||||
}
|
||||
|
||||
ul#dismissed-updates {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form.upgrade {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
form.upgrade .hint {
|
||||
font-style: italic;
|
||||
font-size: 85%;
|
||||
margin: -0.5em 0 2em 0;
|
||||
}
|
||||
|
||||
#poststuff .inside .the-tagcloud {
|
||||
margin: 5px 0 10px;
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
line-height: 1.8em;
|
||||
word-spacing: 3px;
|
||||
}
|
||||
|
||||
.drag-drop #drag-drop-area {
|
||||
border: 4px dashed #b4b9be;
|
||||
height: 200px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -368,28 +368,6 @@
|
|||
z-index: 100100;
|
||||
}
|
||||
|
||||
ul#dismissed-updates {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form.upgrade {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
form.upgrade .hint {
|
||||
font-style: italic;
|
||||
font-size: 85%;
|
||||
margin: -0.5em 0 2em 0;
|
||||
}
|
||||
|
||||
#poststuff .inside .the-tagcloud {
|
||||
margin: 5px 0 10px;
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
line-height: 1.8em;
|
||||
word-spacing: 3px;
|
||||
}
|
||||
|
||||
.drag-drop #drag-drop-area {
|
||||
border: 4px dashed #b4b9be;
|
||||
height: 200px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45481';
|
||||
$wp_version = '5.3-alpha-45483';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue