Opened 11 months ago
Closed 10 months ago
#21259 closed defect (bug) (fixed)
Twenty Twelve: Definition Lists
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | bronson@…, konstantin@…, lancewillett |
Description
The layout test shows there needs to be some tweaks for definition lists.
Attachments (4)
Change History (15)
drewstrojny — 10 months ago
comment:5
lancewillett — 10 months ago
- Cc lancewillett added
comment:6
lancewillett — 10 months ago
comment:7
lancewillett — 10 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21337]:
Now both <dt> and <dd> elements have a margin-bottom of 1.714285714rem, which looks odd (to me).
Wouldn't 1rem or 0,714285714rem make more sense?
comment:9
SergeyBiryukov — 10 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
comment:10
in reply to:
↑ 8
lancewillett — 10 months ago
Replying to obenland:
Now both <dt> and <dd> elements have a margin-bottom of 1.714285714rem, which looks odd (to me).
Wouldn't 1rem or 0,714285714rem make more sense?
You are correct, the dt element should have no bottom margin, or very little.
comment:11
lancewillett — 10 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [21372]:
Note: See
TracTickets for help on using
tickets.

Drew, shouldn't 21259.1.patch also have the margin: 0 24px; as fallback for rem value?