sidebar is now fixed as well

This commit is contained in:
Ingolf Wagner 2018-09-29 19:07:12 +02:00
parent 0e082fcfc1
commit b955b99746

View file

@ -103,14 +103,20 @@ body {
nav#TableOfContents {
grid-area: sidebar;
font-family: @font-sidebar;
color: @color-sidebar-font;
> ul {
position: fixed;
}
ul {
list-style-type: none;
margin-left: .0em;
padding-left: .6em;
}
font-family: @font-sidebar;
color: @color-sidebar-font;
a:link,a:visited,a:active {
text-decoration: none;