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.

23 lines
515 B

9 years ago
9 years ago
9 years ago
  1. ol .marginnote, ul .marginnote, ol .sidenote, ul .sidenote { margin-right: -77.7%; }
  2. ul { list-style-type: inherit; }
  3. ol { width: 45%; }
  4. li > p, li > ul { width: initial; }
  5. li, li > p { margin-bottom: 0; margin-top: 0; }
  6. h1.title { width: 60%; }
  7. @media (max-width: 760px) { h1.title { width: 95%; } }
  8. pre { overflow-x: auto; }
  9. code { font-family: Source Code Pro, monospace; }
  10. p > code { font-size: 1.1rem; }
  11. article {
  12. counter-reset: sidenote-counter;
  13. }
  14. .sidenote, .marginnote {
  15. font-size: 1.2rem;
  16. }