From b129de494f51f340dd2ee73adc794615f5b4c374 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 10 Dec 2013 03:10:43 -0500 Subject: [PATCH] Right margin 10px on tweet images --- views/api/twitter.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/api/twitter.jade b/views/api/twitter.jade index ab414ffe33..c282c77f07 100644 --- a/views/api/twitter.jade +++ b/views/api/twitter.jade @@ -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} \ No newline at end of file