You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
428 B

.collapseAnchor {
text-decoration:none;
}
/* Might want to redo something similar to ensure the arrows look right */
/*.collapseAnchor:after {
content:"\25B2";
display:inline-block;
padding:0.4em 0 0 0.3em;
vertical-align:top;
font-size:0.625em;
}
.collapseWrap.closed + .collapseAnchor:after {
content:"\25BC";
}
*/
.collapseWrap.closed > .hugo-collapse-below {
position:absolute;
top:-999em;
left:-999em;
}