civ/resources/spawn/spawn.css
2017-06-18 16:54:36 -04:00

19 lines
321 B
CSS

#progress-table{
font-family: "Calibri";
margin: 10px;
align: center;
}
#progress-table th{
border-bottom: solid gray;
border-width: thin;
}
#progress-table td{
border-bottom: solid lightgray;
border-width: thin;
max-width: 500px;
padding: 5px;
}
#progress-table .checkboxCell {
text-align: center;
}