Merge branch 'sidebar' into details
* sidebar: use a instead of h6 in navigation make sidebar headers toggable via keyboard
This commit is contained in:
commit
560d730c9c
3 changed files with 31 additions and 28 deletions
|
@ -11,7 +11,10 @@
|
|||
margin-left: @menu-margin; // moves *all* sidebar content to the right
|
||||
|
||||
// the toggle element
|
||||
h6 {
|
||||
a.nav {
|
||||
font-size: @font-size-head6;
|
||||
margin: 0 0 @font-size-head6;
|
||||
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
margin-left: (@menu-margin * -1); // moves the toggles back to the left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue