14 lines
182 B
CSS
14 lines
182 B
CSS
.show-game {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.show-game td,
|
|
.show-game th {
|
|
border: thin solid black;
|
|
padding: 0.3em;
|
|
text-align: left;
|
|
}
|
|
|
|
.show-game caption {
|
|
text-align: left;
|
|
} |