Merge pull request #2056 from matrix-org/travis/1.0/membership-table

Add a table to show how changes in membership should be interpreted
This commit is contained in:
Travis Ralston 2019-06-05 10:38:32 -06:00 committed by GitHub
commit 9ac89cc915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}