SO 1-final
[specialops1.git] / csslib / stuff.css
blob8aceae4a1a50782121afb706fe3dcaaad044fb24
1 h2[id] + *
2 {display: none}
4 h2[id]:target + *
5 {display: block}
7 h2[id]:target + table
8 {display: table; margin-top: 0}
10 @media screen {
11 h2[id]::after {content: ' ' url(/boards/imglib/expand_tree.png)}
12 h2[id]:target::after {content: ' ' url(/boards/imglib/collapse_tree.png)}