21 lines
No EOL
187 B
CSS
21 lines
No EOL
187 B
CSS
h1 {
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
#score-column {
|
|
width: 20%;
|
|
}
|
|
#opponent-column{
|
|
width: 60%;
|
|
}
|
|
#date-column {
|
|
width: 20%;
|
|
}
|
|
|
|
tr {
|
|
height: 3em;
|
|
} |