website.css 300 B

12345678910111213
  1. .book .book-summary ul.summary li {
  2. cursor: pointer;
  3. }
  4. .book .book-body .page-wrapper .page-inner section.normal p,
  5. .book .book-body .page-wrapper .page-inner section.normal pre {
  6. margin: .85em 0;
  7. }
  8. .book .book-body .page-wrapper .page-inner section.normal pre {
  9. line-height: 1.25em;
  10. }