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:
Jeremy Felt 2015-07-11 21:44:25 +00:00
parent 1cd06052ea
commit 5a59c292e3
5 changed files with 5 additions and 5 deletions

View File

@ -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;
} }

View File

@ -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;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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.