mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-02 18:16:07 +02:00
Site Icon: Improve vertical spacing in preview.
Props eliorivero. Fixes #33038. Built from https://develop.svn.wordpress.org/trunk@33332 git-svn-id: http://core.svn.wordpress.org/trunk@33304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c75a6d00a
commit
f535f2889b
@ -3,7 +3,7 @@
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.site-icon-preview .favicon-preview {
|
||||
margin-bottom: 20px;
|
||||
margin: 5px 0 20px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
max-width: 180px;
|
||||
@ -33,4 +33,5 @@
|
||||
height: 64px;
|
||||
overflow: hidden;
|
||||
width: 64px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.site-icon-preview .favicon-preview {
|
||||
margin-bottom: 20px;
|
||||
margin: 5px 0 20px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
max-width: 180px;
|
||||
@ -33,4 +33,5 @@
|
||||
height: 64px;
|
||||
overflow: hidden;
|
||||
width: 64px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
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
|
||||
*/
|
||||
$wp_version = '4.3-beta3-33331';
|
||||
$wp_version = '4.3-beta3-33332';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user