Closed
Bug 3542
Opened 26 years ago
Closed 26 years ago
all 'auto' values in ua.css should be changed to '1em'
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: peterl-retired)
References
()
Details
Now that 'auto' on margins is correctly treated, all the
margin-bottom: auto;
margin-top: auto;
...pairs in ua.css need to be changed to
margin-bottom: 1em;
margin-top: 1em;
I suggest that for optimal results, slightly smaller values be used in the
rules for H1, H2 and H3 elements, as in:
H1 elements:
margin-bottom: 0.6em;
margin-top: 0.6em;
H2 elements:
margin-bottom: 0.7em;
margin-top: 0.7em;
H3 elements:
margin-bottom: 0.8em;
margin-top: 0.8em;
Until this is solved, everything will looked scrunched up.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
Reporter | ||
Comment 1•26 years ago
|
||
See also bugs #2018 and #1583.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
This is fixed as of 99-03-12. It was first fixed on 03-06, but then regressed
due to ua.css losing changes with a checkin.
Resolving as fixed. The sypmtom of this bug was that there was no spacing
visible in unstyled HTML around P or Hx elements.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
Everything is lovely now. :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•