trying to fix this³

This commit is contained in:
Andreas N 2015-02-12 16:59:54 +01:00
parent 136b4dbba5
commit 4e7c0ec819
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@
margin-top: 2px;
}
.profile--image-dropdown {
.profile--image-dropdown > a {
padding-top: 16px !important;
padding-bottom: 16px !important;
}

View File

@ -1,5 +1,5 @@
%li.dropdown
%a.dropdown-toggle.profile--image-dropdown{href: "#", "data-toggle" => "dropdown"}
%li.dropdown.profile--image-dropdown
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
%span.visible-xs= current_user.screen_name
%b.caret