#20471 closed defect (bug) (fixed)
Twenty Eleven: Add whitespace to paragraphs in the image post format.
Reported by: | mfields | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Here's what the image post format looks like when a captioned image is followed by a paragraph:
https://img.skitch.com/20120417-1beqfrrscbwcy7rtwxn2msqs69.png
The attached patch will adjust the whitspace allowing content to be displayed between the image and meta content if present in the post_content:
https://img.skitch.com/20120417-f2jr8h6qtyuxj6nr5x6ea538n7.png
The patch also fixes a disply issue in the media queries for the image format where float is set to none in .alignleft and .alignright but the elements are not explicitly set to block-level.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In [20905]: