mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
[docs] fix book icon in version flyout menu (#10844)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
co-authored by
Richard Liaw
parent
d3feb83053
commit
77c3414bc2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user