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.

34 lines
418 B

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