Stephen,

They did indeed and they changed the Admin header image to black too, I like it (just updated using the "Stay Updated" link). The Admin renders much better all around.

On 10/18/2008 11:53 AM, Stephen Rider wrote:

On Oct 17, 2008, at 5:09 PM, Kirk M wrote:

Every time I update 2.7-almost I have to go in and change line 663 (currently) in "wp-admin.css" to something significantly less than 36px (20px in my case)

Try something like this. :)

<?php

/*
Plugin Name: Reduce Admin Header Font Size
Version 0.1
*/

add_action( 'admin_head', 'shrink_admin_header' )

function shrink_admin_header() {
    echo '#wphead h1 { font-size: 20px }';
}

?>


Actually, it looks like they changed it to 22px, so this may be moot by this point....

Stephen

_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to