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.

26 lines
363 B

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