#3112 closed enhancement (fixed)
Clear floats in posts
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Templates | Keywords: | clear floats, HasPatch |
Cc: |
Description
Patch to ensure floats cleared in div.entry and to add a class to the paragraph parent of a.post-edit-link (better if the parent is tokenised rather than child although both doesn't hurt) p.edit-entry can now be given ruleset to clear:both;
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Thanks for the patch hnla, I'm about to commit a fix for this which takes a slightly different approach (putting the pagination links generated by wp_link_pages() in a div and clearing that).