img-responsive on about me images

This commit is contained in:
barisusakli
2015-05-04 14:02:52 -04:00
parent 4f8a1174a1
commit 2fc8b153c1

View File

@@ -40,7 +40,7 @@ define('forum/account/profile', ['forum/account/header', 'forum/infinitescroll',
};
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').remove();