Style tweaks for the "Search Engines Blocked" notice. see #17324
git-svn-id: https://develop.svn.wordpress.org/trunk@17801 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e897910b75
commit
c810bad39f
File diff suppressed because one or more lines are too long
@ -882,9 +882,9 @@ form.upgrade .hint {
|
||||
}
|
||||
|
||||
#wphead #privacy-on-link {
|
||||
font-size: 50%;
|
||||
font-size: 65%;
|
||||
font-style: normal;
|
||||
line-height: 17px;
|
||||
line-height: 16px;
|
||||
padding: 0 6px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -485,7 +485,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110504b' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110504c' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user