Static website for local motocross track (circa Jun 2004)
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

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;
}