Better style of username for User#show page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-01-08 19:57:35 +02:00
parent 65696aaa2e
commit e19f1a11ed
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 6 additions and 1 deletions

View File

@ -46,3 +46,8 @@
margin: 10px 0;
}
}
.user-show-username {
font-weight: 200;
color: #666;
}

View File

@ -9,7 +9,7 @@
%i.icon-edit
Edit Profile settings
%br
%small #{@user.username}
%span.user-show-username #{@user.username}
%br
%small member since #{@user.created_at.stamp("Nov 12, 2031")}
.clearfix