1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 09:23:25 +00:00

margins aren't for tables

This commit is contained in:
Jacob Levine 2019-02-09 15:29:21 -06:00
parent 9fd7966c55
commit 3d27f3c127

@ -13,10 +13,10 @@ table{
}
td{
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 40px;
}
#newEM, #newDN{
border: 1px solid black;