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.

18 lines
207 B

  1. #gallery {
  2. border: 1px solid #999;
  3. }
  4. #gallery td {
  5. padding: 0;
  6. border: 0;
  7. }
  8. #gallery td p {
  9. font-size: 0.75em;
  10. font-style: italic;
  11. text-align: center;
  12. margin: 0em 0.5em;
  13. }
  14. #gallery td img {
  15. padding: 0 ;
  16. }