Hide sublists of coarse in CSS instead of JS

This commit is contained in:
Philipp Oppermann
2016-07-28 19:48:11 +02:00
parent fda5851e7c
commit 226c0ccdfc
2 changed files with 5 additions and 6 deletions

View File

@@ -159,4 +159,8 @@ aside#toc {
top: 0.9em;
position: relative;
}
aside#toc.coarse li ol {
display: none;
}
}