[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-23 00:02:41 +00:00
committed by Barak Michener
co-authored by Richard Liaw
parent e8ed4d7200
commit 37843b6e3f
+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;