/Documentation/stylesheets/hs-expandcollapse-booklet.css
# · CSS · 18 lines · 16 code · 0 blank · 2 comment · 0 complexity · 7a34581aec816ee248ef6a3ae9697f03 MD5 · raw file
- /* This stylesheet is included only in booklet output and sets all exandable sections
- to visible, and Show All / Hide All links to hidden */
- .hs-collapsed
- {
- display: inline;
- }
- .hs-expanded
- {
- display: inline;
- }
- div#HSShowAll
- {
- display: none;
- }
- div#HSHideAll
- {
- display: none;
- }