[FIX] Center tables

This commit is contained in:
Ben Stein-Lobovits
2014-07-10 10:58:32 -07:00
parent 17519b25fd
commit 34719649b7

View File

@@ -61,6 +61,7 @@ body .content-root {
table, thead, tbody, th, td, tr {
display: block;
max-width: 300px;
margin: auto;
}
thead tr {