img-responsive on about me images

v1.18.x
barisusakli 10 years ago
parent 4f8a1174a1
commit 2fc8b153c1

@ -40,7 +40,7 @@ define('forum/account/profile', ['forum/account/header', 'forum/infinitescroll',
}; };
function processPage() { function processPage() {
$('[component="posts"] img').addClass('img-responsive'); $('[component="posts"] img, [component="aboutme"] img').addClass('img-responsive');
$('[component="post/content"] blockquote').prev('p').remove(); $('[component="post/content"] blockquote').prev('p').remove();
$('[component="post/content"] blockquote').remove(); $('[component="post/content"] blockquote').remove();

Loading…
Cancel
Save