Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3242, comment 18


Ignore:
Timestamp:
05/25/2011 12:51:53 PM (14 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3242, comment 18

    initial v1  
    55removal results in the margins that it carried being lost and comment spacing affected.
    66
    7 Basic solution would be to take the bottom margin that exists on div.comment-options and transfer it to the ul.children directly below (currently no top margin) this accounts for the margin between these two elements always present. .comment-options top margin would need to transfer to the bottom of the last-child p
     7Basic solution would be to take the bottom margin that exists on div.comment-options and transfer it to the ul.children directly below as a top margin(currently no top margin) this accounts for the margin between these two elements always present. .comment-options top margin would need to transfer to the bottom of the last-child p of the comment_text()
    88
    99However looking at this I don't get the markup, it flows comment-meta and comment-options in div.comment-content, why!! why are those two items not outside of content or why isn't there a div.comment-entry this would make life simpler, does it have backwards compat issues? if not I suggest a re-formulation of the markup to include div.comment-entry