MediaWiki:PoemButtons.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
// Style the two custom buttons after they are added | // Style the two custom buttons after they are added | ||
setTimeout(function () { | setTimeout(function () { | ||
$('a[rel="Poem1"], a[rel="Poem2"]').css({ | |||
position: 'relative', | |||
top: '7px' | |||
}); | |||
}, 100); | |||
}; | }; | ||