Show the TOC scrollbar on the left

This commit is contained in:
Fabrice Niessen 2015-05-05 23:54:25 +02:00
parent 76beaa6ffc
commit acbe5278b4
2 changed files with 8 additions and 2 deletions

View File

@ -675,7 +675,9 @@ hr{
display:block;
position:relative;
font-size:90%;
color:#b3b3b3}
color:#b3b3b3;
direction: ltr;
}
#table-of-contents a:hover{
background-color:#4e4a4a;
@ -692,6 +694,7 @@ hr{
width:300px;
overflow-x:hidden;
overflow-y:scroll;
direction: rtl;
height:100%;
background:#343131;
z-index:200}

View File

@ -832,7 +832,9 @@ hr{
display:block;
position:relative;
font-size:90%;
color:#b3b3b3}
color:#b3b3b3;
direction: ltr;
}
#table-of-contents a:hover{
background-color:#4e4a4a;
@ -849,6 +851,7 @@ hr{
width:300px;
overflow-x:hidden;
overflow-y:scroll;
direction: rtl;
height:100%;
background:#343131;
z-index:200}