Right margin 10px on tweet images

This commit is contained in:
Sahat Yalkabov
2013-12-10 03:10:43 -05:00
parent e212ddb629
commit b129de494f

View File

@ -25,5 +25,5 @@ block content
.panel-body
.clearfix
- var image = tweet.user.profile_image_url.replace('_normal', '');
img.pull-left(src='#{image}', width=50, height=50)
img.pull-left(src='#{image}', width=50, height=50, style='margin-right: 10px')
small #{tweet.text}