Improve documentation on tally scores

This commit is contained in:
Paul Romano 2016-01-22 07:18:13 -06:00
parent 679781da0a
commit 0e1e67bc2e
3 changed files with 237 additions and 106 deletions

View file

@ -0,0 +1,10 @@
/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}