mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
s/nestwork/network/ for network dashboard Right Now styles.
Fix misspelled ID from [33168]. A reminder to watch your cmd-s when saving a file. See #32962. Built from https://develop.svn.wordpress.org/trunk@33169 git-svn-id: http://core.svn.wordpress.org/trunk@33141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1cd06052ea
commit
5a59c292e3
@ -3450,7 +3450,7 @@ img {
|
|||||||
@media screen and (max-width: 320px) {
|
@media screen and (max-width: 320px) {
|
||||||
/* Prevent default center alignment and larger font for the Right Now widget when
|
/* Prevent default center alignment and larger font for the Right Now widget when
|
||||||
the network dashboard is viewed on a small mobile device. */
|
the network dashboard is viewed on a small mobile device. */
|
||||||
#nestwork_dashboard_right_now .subsubsub {
|
#network_dashboard_right_now .subsubsub {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -3450,7 +3450,7 @@ img {
|
|||||||
@media screen and (max-width: 320px) {
|
@media screen and (max-width: 320px) {
|
||||||
/* Prevent default center alignment and larger font for the Right Now widget when
|
/* Prevent default center alignment and larger font for the Right Now widget when
|
||||||
the network dashboard is viewed on a small mobile device. */
|
the network dashboard is viewed on a small mobile device. */
|
||||||
#nestwork_dashboard_right_now .subsubsub {
|
#network_dashboard_right_now .subsubsub {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
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-beta2-33168';
|
$wp_version = '4.3-beta2-33169';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user