[docs] fix warning -> tip (#10661)

Co-authored-by: simon-mo <simon.mo@hey.com>
This commit is contained in:
Richard Liaw
2020-09-08 17:00:09 -07:00
committed by GitHub
co-authored by simon-mo
parent 5a38a76c83
commit edce7a05e6
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -47,3 +47,8 @@ img.inline-figure {
/* Override the display: block for img */
display: inherit !important;
}
#version-warning-banner {
/* Make version warning clickable */
z-index: 1;
}