Second half of new welcome panel formatting. Add .icon16, for menu icon reuse. see #11651.

git-svn-id: https://develop.svn.wordpress.org/trunk@19163 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-11-05 01:17:50 +00:00
parent bf02e004e0
commit 986602c14c
6 changed files with 77 additions and 28 deletions

View File

@@ -437,7 +437,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20111104';
$colors_version = '20111104a';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array('wp-admin'), $colors_version );