[Webkit-unassigned] [Bug 44206] Alignment of block MathML differs between WebKit and Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 13:54:07 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44206





--- Comment #5 from Alex Milowski <alex at milowski.com>  2010-09-02 13:54:08 PST ---
Using "text-align: center" is not what we want.  This will make the contained children align center.

We need to use auto left/right margins via:

   margin-left: auto;
   margin-right: auto;

that will make sure the left and right margins have equal value and
the net effect is the block is centered in the block stacking direction
(block flow).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list