$(document).ready(function() {

	$('img').parent('p').css('padding','0');
	
	$('.comment-meta').prepend('— ');
	
});
