[docs] fix book icon in version flyout menu (#10844)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Sumanth Ratna
2020-09-16 19:41:14 -07:00
committed by GitHub
co-authored by Richard Liaw
parent d3feb83053
commit 77c3414bc2
+6
View File
@@ -53,6 +53,12 @@ img.inline-figure {
z-index: 1;
}
span.rst-current-version > span.fa.fa-book {
/* Move the book icon away from the top right
* corner of the version flyout menu */
margin: 10px 0px 0px 5px;
}
/* Adjustment to Version block */
.rst-versions {
z-index: 1200;