Match right side padding when ToC is used on left
Simply bumps padding on left ToC to 15px to match that of right ToC -- the hard-alignment with no padding is a bit jarring ATM.
This commit is contained in:
parent
a929ca79c9
commit
5d1a689d1a
|
@ -305,7 +305,7 @@ h6:hover .anchor {
|
|||
z-index: 1;
|
||||
}
|
||||
.toc.side.left {
|
||||
left: 0px;
|
||||
left: 15px;
|
||||
width: 250px;
|
||||
}
|
||||
.toc.side.right {
|
||||
|
|
Loading…
Reference in New Issue