Opened 5 years ago
Last modified 3 weeks ago
#46771 new defect (bug)
Twenty Eleven: Negative values for padding
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 4.9.8 |
Component: | Bundled Theme | Keywords: | has-patch 2nd-opinion |
Focuses: | css | Cc: |
Description
Line 2799
#ie7 article.intro Value Error : padding-left -7.6% negative values are not allowed : -7.6%
Line 2800
#ie7 article.intro Value Error : padding-right -7.6% negative values are not allowed : -7.6%
Attachments (3)
Change History (9)
#2
@
5 years ago
- Component changed from Themes to Bundled Theme
- Summary changed from Twentyeleven theme style.css to Twenty Eleven: Negative values for padding
#3
@
3 years ago
- Focuses css added
- Keywords 2nd-opinion added
Thanks for the report and patch!
Because older Internet Explorer versions are hardly used and no longer officially supported, this would be a candidate for closing as won't fix
. However, I think the theme's authors intended to have positive padding of 7.6% on the left and right sides.
Other possibilities:
- Remove the lines that set padding for IE7 (so it falls back to 8.9%)
- Remove all IE7 styles
Note: See
TracTickets for help on using
tickets.
Patch that remove left and right padding in IE