Add a table to show how changes in membership should be interpreted

Fixes https://github.com/matrix-org/matrix-doc/issues/876
This commit is contained in:
Travis Ralston 2019-05-29 21:44:50 -06:00
parent 41a036a453
commit f3c0c5232f
3 changed files with 28 additions and 0 deletions

4
scripts/css/tables.css Normal file
View file

@ -0,0 +1,4 @@
/* Column with header cells */
table.docutils tbody th.stub {
background: #eeeeee;
}