14 lines
97 B
CSS
14 lines
97 B
CSS
#board tr
|
|
{
|
|
height: 50px;
|
|
}
|
|
|
|
#board tr th
|
|
{
|
|
width: 50px;
|
|
}
|
|
|
|
*
|
|
{
|
|
text-align: center;
|
|
} |