[wp-trac] Re: [WordPress Trac] #10090: Vertical misalignment in Categories page, Description column

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 10 18:56:14 GMT 2009


#10090: Vertical misalignment in Categories page, Description column
--------------------------+-------------------------------------------------
 Reporter:  demetris      |       Owner:           
     Type:  defect (bug)  |      Status:  new      
 Priority:  normal        |   Milestone:  2.9      
Component:  UI            |     Version:  2.8      
 Severity:  normal        |    Keywords:  has-patch
--------------------------+-------------------------------------------------

Comment(by Denis-de-Bernardy):

 The real issue, I believe, is margins/padding related. A potentially
 better patch would probably go something like this:

 {{{
 p {
   padding: 0px;
   margin: 0px 0px .5em 0px;
 }
 }}}

 that way, we'd enforce the same margin across browsers (one of IE or FF
 uses paddings, while the other users margins), and we don't get vertical
 align issues in tables (where margins are not enforced as they are in div
 tags).

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


More information about the wp-trac mailing list