From 471f53f28bf3ffccfa00c0f13515fb71a353bb21 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 28 Jan 2014 22:49:23 -0500 Subject: [PATCH] Added .profile-image class to an image in navbar to make it more explicit and easier to style --- views/partials/navigation.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/navigation.jade b/views/partials/navigation.jade index 60ba52ab15..e66fc55f87 100644 --- a/views/partials/navigation.jade +++ b/views/partials/navigation.jade @@ -25,7 +25,7 @@ li.dropdown(class=title=='Account Management'?'active':undefined) a.dropdown-toggle(href='#', data-toggle='dropdown') if user.profile.picture - img(src='#{user.profile.picture}') + img.profile-image(src='#{user.profile.picture}') | #{user.profile.name || user.id}  i.caret ul.dropdown-menu