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
282 B
CSS

#turnipTable th, #turnipTable td {
padding: 5px;
}
#turnipTable thead tr:first-child {
border: none;
}
#turnipTable th {
text-align: center;
}
#turnipTable td:first-child {
white-space: nowrap;
text-align: left;
}
#turnipTable td {
text-align: center;
}