more changes
This commit is contained in:
parent
3c4a240b8a
commit
ac17c09cf7
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue