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
2 changed files with 6 additions and 1 deletions
@@ -46,3 +46,8 @@
margin: 10px 0;
}
}
.user-show-username {
font-weight: 200;
color: #666;
}
+1 -1
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