Opened 11 months ago
Closed 11 months ago
#21057 closed defect (bug) (fixed)
remove 1px below the header image from Twenty Eleven theme
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.4 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
http://wpimpact.com/wp-content/uploads/2012/06/Untitled-31.png
remove the "margin-bottom: -7px;" line of the background image and add a "display: block;" style property.
Attachments (1)
Change History (5)
SergeyBiryukov — 11 months ago
comment:1
SergeyBiryukov — 11 months ago
- Component changed from Themes to Bundled Theme
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 3.5
comment:2
SergeyBiryukov — 11 months ago
- Severity changed from normal to minor
+1 for semantic css. Call a spade a spade and a block a block.
comment:4
markjaquith — 11 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In [21243]:
Note: See
TracTickets for help on using
tickets.

Seems that the extra 1px line only appears in IE 9.
Tested the change in Firefox 13, Chrome 19, IE 8, IE 9, Opera 12. Fixes the issue in IE 9, no visible changes in other browsers.