Fix last nav item in the doc covered by a fixed box
parent
c0384a4389
commit
024b9326cc
|
@ -2,3 +2,8 @@
|
|||
.caption {
|
||||
color: #5599ff;
|
||||
}
|
||||
/* Undo vertical padding on the "Previous Next" fixed box at the bottom of the navigator,
|
||||
otherwise it covers the last item */
|
||||
.rst-versions .rst-current-version {
|
||||
padding: 0px 12px 0px 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue