_crystal.scss 447 B

1234567891011121314151617181920212223242526
  1. ._crystal {
  2. @extend %simple;
  3. .signature { @extend %code; }
  4. a.signature, .superclass > a { @extend %label; }
  5. .entry-detail { margin-top: 1em; }
  6. .view-source { float: right; }
  7. .superclass-hierarchy {
  8. list-style: none;
  9. padding: 0;
  10. overflow: hidden;
  11. }
  12. li.superclass {
  13. float: left;
  14. margin: 0 .5em 0 0;
  15. padding: 0;
  16. }
  17. li.superclass + li.superclass:before {
  18. content: '<';
  19. margin-right: .5em;
  20. }
  21. }