Closed
Bug 915196
Opened 12 years ago
Closed 12 years ago
[Redesign] <h2> after a <dl>: not enough space before it
Categories
(developer.mozilla.org Graveyard :: Design, defect)
developer.mozilla.org Graveyard
Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Unassigned)
References
()
Details
Attachments
(1 file)
|
75.40 KB,
image/png
|
Details |
When we have:
....
<p>...</p>
<h2>...</h2>
The spacing between <p> & <h2> is ok.
but
....
<dl>...</dl>
<h2>...</h2>
The spacing is too small.
(I didn't checked <h3> to see if the same problem happens with them)
Not sure if it is an exhaustive list of case where this happens ;-) And the space between <h1> & <h2> must not increase (it is already very big ;-) )
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/af4ff9a406a6953976ed1d53c6455425f63005a9
fix bug 915196 - DL should have same bottom space as P
https://github.com/mozilla/kuma/commit/324e20e1ef868ad8b6365808ecac48dbdde0c03d
Merge pull request #1369 from darkwing/redesign-915196
fix bug 915196 - DL should have same bottom space as P
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•