/Documentation/stylesheets/hs-expandcollapse.css

# · CSS · 18 lines · 16 code · 0 blank · 2 comment · 0 complexity · 06c4b99d6db49685cf0b112185ee781e MD5 · raw file

  1. /* This stylesheet is included only in online output and sets all exandable sections
  2. to invisible, and Show All link to visible */
  3. .hs-collapsed
  4. {
  5. display: none;
  6. }
  7. .hs-expanded
  8. {
  9. margin-left: 14px;
  10. }
  11. div#HSShowAll
  12. {
  13. display: block;
  14. }
  15. div#HSHideAll
  16. {
  17. display: none;
  18. }