Fixed a couple typos, working on the directory listing for /files, theme integration mainly

This commit is contained in:
Matt Burchett
2014-01-03 20:28:19 -06:00
parent ec0a31f7f4
commit 2b57a14620
2 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,7 @@
/* table {
width: 700px;
} */
table {
width: 100%;
margin: 0 auto;
}
table td {
font-size: 16px; padding: 5px; vertical-align: middle;
}