You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ac-nh-turnip-prices/css/styles.css

21 lines
338 B
CSS

#turnipTable {
border: 1px solid #000000;
border-spacing: 0;
border-collapse: collapse;
}
#turnipTable th, #turnipTable td {
padding: 5px;
border: 1px solid #000000;
margin: 0;
min-width: 50px;
}
#turnipTable th {
text-align: center;
vertical-align: top;
}
#turnipTable td {
text-align: right;
}