Slightly smaller user profile image for nav dropdown

This commit is contained in:
John O'Nolan 2014-07-29 01:38:28 +03:00
parent 5a81c808df
commit 9775244ab5
3 changed files with 7 additions and 7 deletions

View File

@ -77,12 +77,12 @@
// Profile picture
.image {
float: left;
margin: 14px 7px 0 0;
margin: 15px 8px 0 0;
img {
display: block;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 100%;
}
}

View File

@ -708,11 +708,11 @@ a, a:active {
background: none !important; }
.user-menu .image {
float: left;
margin: 14px 7px 0 0; }
margin: 15px 8px 0 0; }
.user-menu .image img {
display: block;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 100%; }
.user-menu .name {
float: right;

File diff suppressed because one or more lines are too long