From 66e10f0566a979b5ba852b2f82a94d3a4280a4e7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 2 Jul 2013 11:42:39 +0300 Subject: [PATCH] Fix header avatar --- app/assets/stylesheets/sections/header.scss | 1 + app/views/layouts/_head_panel.html.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss index e315b4e..38c0881 100644 --- a/app/assets/stylesheets/sections/header.scss +++ b/app/assets/stylesheets/sections/header.scss @@ -77,6 +77,7 @@ header { top: -4px; img { width: 26px; + height: 26px; @include border-radius(4px); } } diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index a539d5b..8a3581c 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -37,4 +37,4 @@ %i.icon-signout %li = link_to current_user, class: "profile-pic" do - = image_tag(gravatar_icon(current_user.email, 26),alt: '',class: "avatar s26") + = image_tag(gravatar_icon(current_user.email, 26), alt: '') -- libgit2 0.21.2