/Documentation/stylesheets/hs-expandcollapse.css
# · CSS · 18 lines · 16 code · 0 blank · 2 comment · 0 complexity · 06c4b99d6db49685cf0b112185ee781e MD5 · raw file
- /* This stylesheet is included only in online output and sets all exandable sections
- to invisible, and Show All link to visible */
- .hs-collapsed
- {
- display: none;
- }
- .hs-expanded
- {
- margin-left: 14px;
- }
- div#HSShowAll
- {
- display: block;
- }
- div#HSHideAll
- {
- display: none;
- }