Files
pdm/documentation/api_extracted/stylesheets/hs-expandcollapse.css

18 lines
290 B
CSS

/* 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;
}