Fix header avatar size

This commit is contained in:
Dmitriy Zaporozhets 2015-02-24 21:40:47 -08:00
parent 82483f9536
commit 6fe057cc7b
1 changed files with 7 additions and 8 deletions

View File

@ -86,7 +86,7 @@ header {
.container { .container {
width: 100% !important; width: 100% !important;
padding-left: 0px; padding: 0px;
} }
/** /**
@ -134,14 +134,13 @@ header {
} }
.profile-pic { .profile-pic {
position: relative; padding: 0px !important;
top: -1px; width: 46px;
padding-right: 0px !important; height: 46px;
img {
width: 50px;
height: 50px;
margin: -15px;
margin-left: 5px; margin-left: 5px;
img {
width: 46px;
height: 46px;
} }
} }