You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
395 B
30 lines
395 B
#results {
|
|
background: #fff;
|
|
}
|
|
|
|
#results th, #results td {
|
|
font-family: Helvetica, Arial, Sans-Serif;
|
|
font-size: 0.625em;
|
|
}
|
|
|
|
#results td {
|
|
text-align: center;
|
|
}
|
|
|
|
#results tr.labels td {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#results tr.racename th {
|
|
font-size: 1.0625em;
|
|
}
|
|
|
|
#results td.ridername {
|
|
text-align: left;
|
|
}
|
|
|
|
#results td.classname {
|
|
background-color: #ccc;
|
|
border: 1px solid #999;
|
|
text-align: left;
|
|
}
|