Opened 20 months ago
Closed 20 months ago
#62758 closed enhancement (duplicate)
Twenty Eleven : float overrides inline-block, causing the element to behave as block.
| Reported by: | pitamdey | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | css |
Description
In theme Twenty-Eleven,
we can see this warning in style.css i.e. inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for this issue