Website re-design samples (circa Jun 2005)
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.

19 lines
249 B

  1. /*
  2. nav.css
  3. */
  4. #panel ul {
  5. margin: 0;
  6. padding: 0.125em 0 0.25em 0;
  7. font-family: verdana, helvetica, sans;
  8. font-size: 0.625em;
  9. font-weight: bold;
  10. text-align: center;
  11. }
  12. #nav li {
  13. margin: 0;
  14. padding: 0 3em;
  15. display: inline;
  16. list-style-type: none;
  17. }