Difference between revisions of "User:Andr3w/common.js"
From SQLZOO
| Line 1: | Line 1: | ||
$(function(){ | $(function(){ | ||
| − | $('# | + | $('#right-navigation').append($('#p-tb')); |
$('#p-tb').show(); | $('#p-tb').show(); | ||
$('#p-tb h5').show(); | $('#p-tb h5').show(); | ||
Revision as of 20:22, 5 September 2012
$(function(){ $('#right-navigation').append($('#p-tb')); $('#p-tb').show(); $('#p-tb h5').show(); $('#p-tb li').css({float:'none'}); $('#p-tb ul').css({paddingLeft:'1em',backgroundColor:'white','z-index':-20}); })