Added FIELDSET and LEGEND preliminary support

This commit is contained in:
kipp%netscape.com 1998-09-28 21:52:10 +00:00
parent ace1e26bd7
commit cfa13731e2
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