[wp-trac] [WordPress Trac] #11178: Fix for poor sidebar CSS in Kubrick theme

WordPress Trac wp-trac at lists.automattic.com
Wed Nov 18 22:04:40 UTC 2009


#11178: Fix for poor sidebar CSS in Kubrick theme
--------------------------+-------------------------------------------------
 Reporter:  chrisbliss18  |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  Themes        |     Version:  2.9       
 Severity:  normal        |    Keywords:  has-patch 
--------------------------+-------------------------------------------------
 Rather than using a float to push the sidebar alongside the content area,
 Kubrick floats the content area and then uses a left-margin of 545 pixels
 to shove the sidebar over. This causes float and clear CSS rules to
 produce very odd results in the sidebar.

 The attached patch changes the #sidebar left-margin from 545px to 50px and
 adds "float: left".

 A site running the patched version of Kubrick has been tested in IE 6-8
 and the latest versions of Firefox, Opera, Chrome, and Safari. All the
 browsers rendered the sidebar in the same position as before the patch
 with the exception of also fixing the float/clear problem.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11178>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list