GitTip match.

master
Nick Sergeant 2013-01-17 00:50:16 -05:00
parent 7e0eb4d86a
commit 244d71a953
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(function() {
// Populate any GitTip widgets.
if (window.gittip_username) {
$aside.html($aside.html().replace(
'[[ gittip ]]',
'[[gittip]]',
'<iframe style="border: 0; margin: 0; padding: 0;" src="https://www.gittip.com/' + window.gittip_username + '/widget.html" width="48pt" height="22pt"></iframe>')
);
$('iframe', $aside).parent('p').prev('p').css('margin-bottom', '10px');