change th align to center

This commit is contained in:
infominer33 2019-03-19 04:28:12 -04:00
parent 8d0f273f52
commit a3eb7ca660

View File

@ -235,7 +235,7 @@ table {
} }
th, td { th, td {
text-align:left; text-align:center;
padding:5px 10px; padding:5px 10px;
border-bottom:1px solid #aaa; border-bottom:1px solid #aaa;
} }