From ab526229a29cdbff7760be5ed39be16b7d2301f4 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 5 Dec 2006 22:28:07 +0000 Subject: [PATCH] Avoid floats altogether for block . Bug 362701, r+sr=rbs git-svn-id: svn://10.0.0.236/trunk@216512 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/content/src/mathml.css | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/mathml/content/src/mathml.css b/mozilla/layout/mathml/content/src/mathml.css index 8547d1d8b21..ef1e461c783 100644 --- a/mozilla/layout/mathml/content/src/mathml.css +++ b/mozilla/layout/mathml/content/src/mathml.css @@ -53,6 +53,7 @@ math { font-size: inherit; font-style: normal; font-family: CMSY10, Symbol, Times, Lucida Sans Unicode, MT Extra, Math1, Math2, Math3, Math4, Math5, serif; + -moz-float-edge: margin-box; } math[mode="display"], math[display="block"] { display: block;