[Bb-trac] Re: [bbPress] #740: ex vs em for unit of measure

bbPress bb-trac at lists.bbpress.org
Thu Sep 13 21:30:51 GMT 2007


#740: ex vs em for unit of measure
------------------------+---------------------------------------------------
 Reporter:  chrishajer  |        Owner:  mdawaffe           
     Type:  defect      |       Status:  assigned           
 Priority:  normal      |    Milestone:  0.8.4 & WP-Taxonomy
Component:  Front-end   |      Version:  0.8.2.1            
 Severity:  normal      |   Resolution:                     
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by mdawaffe):

  * summary:  Line 333 of  style.css: ex vs em for padding-left unit of
              measure => ex vs em for unit of measure
  * milestone:  0.8.3 & XML-RPC => 0.8.4 & WP-Taxonomy

Old description:

> 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

New description:

 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     }
 }}}

Comment:

 Moving the actual bug over to #741.  This ticket can discuss the stylistic
 choice of ex v. em.

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


More information about the Bb-trac mailing list