Added FIELDSET and LEGEND preliminary support

git-svn-id: svn://10.0.0.236/trunk@11279 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-09-28 21:52:10 +00:00
parent 1ebd6fd1be
commit 6e006d63ea
2 changed files with 14 additions and 0 deletions

View File

@@ -288,6 +288,13 @@ NOBR {
display: inline;
white-space: nowrap;
}
LEGEND {
display: none;
}
FIELDSET {
display: inline;
border: inset 2px white;
}
// Lists

View File

@@ -288,6 +288,13 @@ NOBR {
display: inline;
white-space: nowrap;
}
LEGEND {
display: none;
}
FIELDSET {
display: inline;
border: inset 2px white;
}
// Lists