Collapse sidebar navigation list on smaller screens

- CSS only solution using "check-box hack"
- Add new UI text label `menu_label` in _data/ui-text.yml
- Close #607
This commit is contained in:
Michael Rose
2016-11-17 15:06:07 -05:00
parent 71ddbf1e70
commit f9a5225c54
5 changed files with 87 additions and 15 deletions

View File

@@ -290,6 +290,8 @@ nav {
}
a {
display: block;
padding-bottom: 0.25em;
text-decoration: none;
}