#13692 closed defect (bug) (fixed)
Twenty Ten: Enhancement to class name nopassword
Reported by: | zeo | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
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>
Attachments (3)
Note: See
TracTickets for help on using
tickets.
Comparison before and after clockwise.