Closed
Bug 892992
Opened 12 years ago
Closed 12 years ago
Rendering error with text-align:center and 100% Width
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243412
People
(Reporter: agm257, Unassigned)
Details
Attachments
(1 file)
|
717 bytes,
text/html
|
Details |
User Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16
Steps to reproduce:
See attached file - this is a CSS rendering bug.
Actual results:
Child elements are not centered in the parent elements.
Expected results:
See attached file - it's expected that this will render with all child elements of the "li" centered in a minimum 100px "li". The child element should take up the full width of the parent, with minimum 20px padding on each side.
Comment 1•12 years ago
|
||
I think it is necessary to add -moz- prefix for box-sizing;
( https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing#Notes )
Updated•12 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•12 years ago
|
Attachment #774643 -
Attachment mime type: text/plain → text/html
Comment 2•12 years ago
|
||
Yep. We don't support unprefixed box-sizing yet.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•