48
edits
No edit summary |
No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
alt-whitegrey | alt-whitegrey | ||
{| | {|class="alt-whitegrey" | ||
|- | |- | ||
|| A || B | || A || B | ||
| Line 11: | Line 11: | ||
alt-greywhite | alt-greywhite | ||
{| | {|class="alt-greywhite" | ||
|- | |- | ||
|| A || B | || A || B | ||
| Line 18: | Line 18: | ||
|} | |} | ||
tablehighlight (All) | |||
{| | {|class="tablehighlight" | ||
|- | |- | ||
|| A || B | || A || B | ||
| Line 27: | Line 27: | ||
|} | |} | ||
tr-highlight (row AB only) | |||
td-highlight | {| | ||
|-class="tr-highlight" | |||
|| A || B | |||
|- | |||
||C || D | |||
|} | |||
tablehighlightcell (All) | |||
{|class="tablehighlightcell" | |||
|- | |||
|| A || B | |||
|- | |||
||C || D | |||
|} | |||
td-highlight (cells A,D only) | |||
{| | |||
|- | |||
|class="td-highlight"| A || B | |||
|- | |||
||C ||class="td-highlight"| D | |||
|} | |||
no vertical borders | |||
{|class="nosideborder" | |||
|- | |||
|| A || B | |||
|- | |||
||C || D | |||
|} | |||
no borders | |||
{| | {|class="noborder" | ||
|- | |- | ||
|| A || B | || A || B | ||
edits