Revision 56d33521 ui/templates/home.html

b/ui/templates/home.html
70 70
		$(function() {
71 71
            if ($("link").attr("href") == "static/alt-main.css") {
72 72
			    $('ul.css-tabs li').hover(function(){
73
				    $(this).find('a').animate({top:'0px'},{queue:true, duration:'slow'});
73
				    $(this).find('a:not(.current)').animate({top:'-3px'},{queue:false,duration:150});
74
                }, function(){
75
                    $(this).find('a:not(.current)').animate({top:'0px'},{queue:false,duration:150});
74 76
			    });
75 77
            }
76 78
		});

Also available in: Unified diff