more changes

This commit is contained in:
pixeldesu 2014-12-01 21:33:51 +01:00
parent 3c4a240b8a
commit ac17c09cf7
2 changed files with 7 additions and 4 deletions

View File

@ -65,6 +65,10 @@ body {
font-size: 80%;
}
.user-profiletext {
margin-bottom: 2px;
}
.answer-box .text-muted a, .answer-box .text-muted a:hover {
color: $gray-dark;
text-decoration: none;

View File

@ -15,15 +15,14 @@
%p.user-admin
%i.fa.fa-flask
Admin
/ TODO: make this look prettier (pixeldesu!!!!)
- unless @user.bio.blank?
%p= @user.bio
%p.user-profiletext= @user.bio
- unless @user.website.blank?
%p
%p.user-profiletext
%i.fa.fa-globe
%a{href: @user.website}= @user.display_website
- unless @user.location.blank?
%p
%p.user-profiletext
%i.fa.fa-location-arrow
= @user.location
.row