mostly filebased Content Presentation System
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.

24 lines
354B

  1. a {
  2. text-decoration: none;
  3. &:hover {
  4. text-decoration: underline;
  5. }
  6. }
  7. ul.nav {
  8. list-style: none;
  9. li { margin:0; }
  10. .active>a {
  11. font-weight: bold;
  12. }
  13. }
  14. #main-nav {
  15. background: #eec;
  16. border-radius:1.2em 1.2em 0 0;
  17. ul { padding-left: 1.5em; }
  18. .level1>li,.level2>li { margin-top: 1em; }
  19. }