Size tables to fill content container

This commit is contained in:
Michael Rose
2013-12-09 08:37:17 -05:00
parent 9c9643e769
commit dcab265971
4 changed files with 3 additions and 2 deletions

View File

@ -394,4 +394,5 @@ table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.5em;
width: 100%; /* make full width */
}