[Bb-trac] [bbPress] #740: Line 333 of style.css: ex vs em for padding-left unit of measure

bbPress bb-trac at lists.bbpress.org
Thu Sep 13 17:57:34 GMT 2007


#740: Line 333 of  style.css: ex vs em for padding-left unit of measure
------------------------+---------------------------------------------------
 Reporter:  chrishajer  |       Owner:         
     Type:  defect      |      Status:  new    
 Priority:  normal      |   Milestone:         
Component:  Front-end   |     Version:  0.8.2.1
 Severity:  normal      |    Keywords:         
------------------------+---------------------------------------------------
 http://trac.bbpress.org/browser/trunk/bb-templates/kakumei/style.css#L333

 Should this:

 {{{
 332     #forumlist tr td div.nest {
 333             padding-left: 2.5ex;
 334
 }}}
         }

 actually be this:

 {{{
 332     #forumlist tr td div.nest {
 333             padding-left: 2.5em;
 334     }
 }}}


 It seems like with 2.5ex as left padding, the children in the nested list
 are not indented properly.  See also this discussion in the forums:
 http://bbpress.org/forums/topic/forum-structure-1

-- 
Ticket URL: <http://trac.bbpress.org/ticket/740>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list