We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d512f27 commit 2e16492Copy full SHA for 2e16492
latest/_static/default.css
@@ -429,9 +429,9 @@ div.tooltip {
429
color: White;
430
position: absolute;
431
left: 35%;
432
- top: -25%;
+ top: 10%;
433
z-index: 1000000;
434
- width: 65%;
+ width: 60%;
435
border-radius: 5px;
436
border-style: solid;
437
border-color: #3d5b25;
latest/index.html
@@ -55,10 +55,8 @@
55
}
56
});
57
58
- $("#bottom-list").hover(function () {
+ $( window ).load(function () {
59
$('#version-list li a.latestversion').append('<div class="tooltip"><p>Latest version</p></div>');
60
- }, function () {
61
- $('#version-list li a.latestversion div').remove();
62
63
64
$('#popupmenu li.has-sub').on('click', function(){
0 commit comments