Closed
Bug 1042
Opened 26 years ago
Closed 26 years ago
CSS auto margins don't justify blocks
Categories
(Core :: Layout, enhancement, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
The setting of left, right, or both margins to auto should (respectively) right-
justify, left-justify, or center a block whose width is less than 100%.‰
Updated•26 years ago
|
Assignee: peterl → kipp
Component: Style System → Layout
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 1•26 years ago
|
||
Centering works, but right-justification using a margin-left:auto; margin-
right: 0 (or any fixed value) doesn't work.
The test page works as properly for centering because of a previous checkin;
however I've just checked in a fix that fixes the "width: 100%" test cases.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
Correcting URL for revised test suite and verifying as fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•