Opened 16 years ago
Closed 16 years ago
#13642 closed defect (bug) (fixed)
Twenty Ten: Page content needs to be cleared
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Themes | Keywords: | has-patch |
| Focuses: | Cc: |
Description
If the content of a page is all floated images the comments form and Edit link will float up into the post.
Diff attached to correct this.
Attachments (2)
Change History (8)
#3
@
16 years ago
Yes, we need some clear:both here. We do it for single posts with .entry-utility.
But we can't do it with .edit-link, because the link is only for authors or admins available.
Note: See
TracTickets for help on using
tickets.
Did you mean display: block?