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:
@@ -288,6 +288,13 @@ NOBR {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
}
|
||||
LEGEND {
|
||||
display: none;
|
||||
}
|
||||
FIELDSET {
|
||||
display: inline;
|
||||
border: inset 2px white;
|
||||
}
|
||||
|
||||
// Lists
|
||||
|
||||
|
||||
@@ -288,6 +288,13 @@ NOBR {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
}
|
||||
LEGEND {
|
||||
display: none;
|
||||
}
|
||||
FIELDSET {
|
||||
display: inline;
|
||||
border: inset 2px white;
|
||||
}
|
||||
|
||||
// Lists
|
||||
|
||||
|
||||
Reference in New Issue
Block a user