[wp-trac] [WordPress Trac] #18211: Paint the Tracshed

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 10 19:49:23 UTC 2012


#18211: Paint the Tracshed
----------------------------+----------------------------
 Reporter:  nacin           |       Owner:
     Type:  enhancement     |      Status:  new
 Priority:  normal          |   Milestone:  WordPress.org
Component:  Graphic Design  |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+----------------------------

Comment (by helenyhou):

 Header image is larger now, so it collides at narrower screen sizes, and
 since it has a defined height, gets stretched. Perhaps as a quick fix for
 the 640px media query (would love to do something better because search
 looks ugly):

 {{{
 #header img {
         max-width: 40%; /* prevent the logo and search from colliding (to
 a point) */
         height: auto;
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18211#comment:36>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list