From 6e006d63eaedd9e041bb3b490881d1022b2a64b2 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Mon, 28 Sep 1998 21:52:10 +0000 Subject: [PATCH] Added FIELDSET and LEGEND preliminary support git-svn-id: svn://10.0.0.236/trunk@11279 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 7 +++++++ mozilla/layout/style/ua.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index 885a5801adb..5741c37e59b 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -288,6 +288,13 @@ NOBR { display: inline; white-space: nowrap; } +LEGEND { + display: none; +} +FIELDSET { + display: inline; + border: inset 2px white; +} // Lists diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index 885a5801adb..5741c37e59b 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -288,6 +288,13 @@ NOBR { display: inline; white-space: nowrap; } +LEGEND { + display: none; +} +FIELDSET { + display: inline; + border: inset 2px white; +} // Lists