added table pseudo-style contenxts
git-svn-id: svn://10.0.0.236/trunk@15705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -517,3 +517,19 @@ NOFRAMES {
|
||||
margin-bottom: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
:TABLE-COLUMN {
|
||||
display: table-column;
|
||||
}
|
||||
|
||||
:TABLE-COLUMN-GROUP {
|
||||
display: table-column-group;
|
||||
}
|
||||
|
||||
:TABLE-ROW {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
:TABLE-ROW-GROUP {
|
||||
display: table-row-group;
|
||||
}
|
||||
@@ -517,3 +517,19 @@ NOFRAMES {
|
||||
margin-bottom: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
:TABLE-COLUMN {
|
||||
display: table-column;
|
||||
}
|
||||
|
||||
:TABLE-COLUMN-GROUP {
|
||||
display: table-column-group;
|
||||
}
|
||||
|
||||
:TABLE-ROW {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
:TABLE-ROW-GROUP {
|
||||
display: table-row-group;
|
||||
}
|
||||
Reference in New Issue
Block a user