From 87b65c0bca1b2a816683d0778e319b12a763711e Mon Sep 17 00:00:00 2001 From: kipp Date: Wed, 20 May 1998 16:28:19 +0000 Subject: [PATCH] Added rule for MULTICOL git-svn-id: svn://10.0.0.236/trunk@2029 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 3 +++ mozilla/layout/style/ua.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index 50f78cb8d1f..6e77635a133 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -237,6 +237,9 @@ TH { CAPTION { text-align: center; } +MULTICOL { + display: block; +} // XXX Special rule to eliminate margin around for nav4 compatability // XXX This isn't good enough because we only want the margin eliminated diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index 50f78cb8d1f..6e77635a133 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -237,6 +237,9 @@ TH { CAPTION { text-align: center; } +MULTICOL { + display: block; +} // XXX Special rule to eliminate margin around for nav4 compatability // XXX This isn't good enough because we only want the margin eliminated