Merge pull request #2 from sethforprivacy/patch-2
Match right side padding when ToC is used on left
This commit is contained in:
commit
7880623a8d
|
@ -305,7 +305,7 @@ h6:hover .anchor {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.toc.side.left {
|
.toc.side.left {
|
||||||
left: 0px;
|
left: 15px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
.toc.side.right {
|
.toc.side.right {
|
||||||
|
|
Loading…
Reference in New Issue