#30572 closed defect (bug) (fixed)
Twenty Fifteen: Remove unnecessary fail safe styles
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.1 | Priority: | normal |
| Severity: | normal | Version: | 4.1 |
| Component: | Bundled Theme | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
This is from Twenty Fourteen and I think the idea is to avoid double margin but since span doesn't have margin so they are probably not necessary.
p > embed,
p > iframe,
p > object,
p > video,
span > embed,
span > iframe,
span > object,
span > video {
margin-bottom: 0;
max-width: 100%;
}
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #core-themes by iandstewart. View the logs.
11 years ago
#3
@
11 years ago
- Owner set to iandstewart
- Resolution set to fixed
- Status changed from new to closed
This ticket was mentioned in Slack in #core by fabiorubioglio. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
In 30709: