Opened 14 years ago
Closed 14 years ago
#21530 closed defect (bug) (fixed)
Twenty Twelve: Wrong alignment of image captions on attachment pages
| Reported by: | obenland | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When in attachment view, styles to center the image caption get overridden by .entry-content p styles, which aligns the caption left.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report, patch isn't exactly right since the container needs to have the alignment also, to center images that aren't full width.
The fix adds a new rule just for the paragraph element, forcing it to be centered.