even more design updates

This commit is contained in:
Andreas N 2015-01-03 02:13:53 +01:00
parent dfb879899a
commit c74f4086eb
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,11 @@
.profile--username {
font-size: 0.9em;
color: rgba(0, 0, 0, 0.4);
line-height: 1.33;
}
.profile--followtag {
margin: 0px 0px 0.2em;
}
.profile--admin {

View File

@ -34,7 +34,7 @@
.profile--username
= @user.screen_name
- if @user.following? current_user
%p
%p.profile--followtag
%span.label.label-default.j2-up
Follows you
- unless @user.bio.blank?