/Documentation/stylesheets/hs-expandcollapse-booklet.css

# · CSS · 18 lines · 16 code · 0 blank · 2 comment · 0 complexity · 7a34581aec816ee248ef6a3ae9697f03 MD5 · raw file

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