Revert [37362], which incorrectly changed Dashicons CSS

`dashicons.css` is an external-ish library and the change there is incorrect.

See #36754.

Built from https://develop.svn.wordpress.org/trunk@37364


git-svn-id: http://core.svn.wordpress.org/trunk@37330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2016-05-05 15:29:27 +00:00
parent 610215ceb1
commit db3d5a6bea
11 changed files with 11 additions and 11 deletions

View File

@ -97,7 +97,7 @@
}
.icon16.icon-site:before {
content: "\f541";
content: "\f112";
}
.icon16.icon-generic:before {

File diff suppressed because one or more lines are too long

View File

@ -97,7 +97,7 @@
}
.icon16.icon-site:before {
content: "\f541";
content: "\f112";
}
.icon16.icon-generic:before {

File diff suppressed because one or more lines are too long

View File

@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
content: "\f541";
content: "\f112";
top: 2px;
}

File diff suppressed because one or more lines are too long

View File

@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
content: "\f541";
content: "\f112";
top: 2px;
}

File diff suppressed because one or more lines are too long

View File

@ -78,7 +78,7 @@
}
.dashicons-admin-network:before {
content: "\f541";
content: "\f112";
}
.dashicons-admin-generic:before {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37363';
$wp_version = '4.6-alpha-37364';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.