summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/header.scss1
-rw-r--r--app/views/layouts/_head_panel.html.haml2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index e315b4ebcaa..38c08814224 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 a539d5b7432..8a3581cd318 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: '')