Opened 16 years ago
Closed 16 years ago
#14775 closed defect (bug) (duplicate)
Image Widths set to Auto in style.css of Twenty Ten theme
| Reported by: | rfair404 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | |
| Severity: | minor | Keywords: | Twenty Ten |
| Cc: | Focuses: |
Description
Twenty Ten sets image width and height in style.css line 762.
#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
}
When I use Twenty Ten as a parent theme, this attribute causes my child theme not to pass Theme Unit Testing - Images Alignment Test. Specifically the Centered Image with Caption and Wide Image, Resized In Editor sections.
Suggest removing line 764 and 766 of style.css
Attachments (1)
Change History (2)
#1
@
16 years ago
- Milestone Awaiting Review
- Resolution → duplicate
- Status new → closed
Looks like a duplicate of #14303.
Fyi, the stuff at the end has to do with line endings and whether there is a line break at the end of the file. Since I saw you asking in IRC. Gets cleaned up on commit usually, though it's nice to try to get it out of the patch file too.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Possible Patch