[wp-trac] [WordPress Trac] #13692: Twenty Ten: Enhancement to class name nopassword

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 2 05:33:20 UTC 2010


#13692: Twenty Ten: Enhancement to class name nopassword
--------------------------+-------------------------------------------------
 Reporter:  zeo           |       Owner:                       
     Type:  defect (bug)  |      Status:  new                  
 Priority:  normal        |   Milestone:  3.0                  
Component:  Themes        |     Version:                       
 Severity:  normal        |    Keywords:  has-patch 2nd-opinion
--------------------------+-------------------------------------------------
 Add the same padding value as id name comments-title so that we keep the
 gap consistency. see: class-nopassword-padding.diff and image attached.

 Use p element instead of div for class name nopassword so that we keep the
 element consistency used by class name nocomments. Since both are wrapped
 by the same element - div#comments. see: class-nopassword-use-p.diff

 Currently this is how it's structured:

 {{{
 <div id="comments">
    <div class="nopassword">...</div>
 </div>
 }}}

 {{{
 <div id="comments">
    <p class="nocomments">...</p>
 </div>
 }}}

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


More information about the wp-trac mailing list