I know there are a number of other threads that discuss how to change the logo found on wp-login.php, and I know that the edits need to be made in that file, wp-admin.css or by replacing wp-small.png, but what I can't figure out for the life of me is the best way adjust the height of the area where the logo is displayed.
I need to replace the WordPress logo with that of one of my clients, and it is a good bit taller than the WP logo (and doesn't scale down well). Simply replacing the graphic will cut off the image at the height of the WP logo.
<h1><a href="http://wordpress.org/">WordPress</a></h1>
I got it working for the time being by replacing the text "WordPress" with some non-breaking spaces...
<br> <br>
...but I know there's a better way to do it in css. Any suggestions? Thanks!