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

  1. #results {
  2. background: #fff;
  3. }
  4. #results th, #results td {
  5. font-family: Helvetica, Arial, Sans-Serif;
  6. font-size: 0.625em;
  7. }
  8. #results td {
  9. text-align: center;
  10. }
  11. #results tr.labels td {
  12. font-weight: bold;
  13. }
  14. #results tr.racename th {
  15. font-size: 1.0625em;
  16. }
  17. #results td.ridername {
  18. text-align: left;
  19. }
  20. #results td.classname {
  21. background-color: #ccc;
  22. border: 1px solid #999;
  23. text-align: left;
  24. }