more changes
This commit is contained in:
parent
3c4a240b8a
commit
ac17c09cf7
|
@ -65,6 +65,10 @@ body {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-profiletext {
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
.answer-box .text-muted a, .answer-box .text-muted a:hover {
|
||||||
color: $gray-dark;
|
color: $gray-dark;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
@ -15,15 +15,14 @@
|
||||||
%p.user-admin
|
%p.user-admin
|
||||||
%i.fa.fa-flask
|
%i.fa.fa-flask
|
||||||
Admin
|
Admin
|
||||||
/ TODO: make this look prettier (pixeldesu!!!!)
|
|
||||||
- unless @user.bio.blank?
|
- unless @user.bio.blank?
|
||||||
%p= @user.bio
|
%p.user-profiletext= @user.bio
|
||||||
- unless @user.website.blank?
|
- unless @user.website.blank?
|
||||||
%p
|
%p.user-profiletext
|
||||||
%i.fa.fa-globe
|
%i.fa.fa-globe
|
||||||
%a{href: @user.website}= @user.display_website
|
%a{href: @user.website}= @user.display_website
|
||||||
- unless @user.location.blank?
|
- unless @user.location.blank?
|
||||||
%p
|
%p.user-profiletext
|
||||||
%i.fa.fa-location-arrow
|
%i.fa.fa-location-arrow
|
||||||
= @user.location
|
= @user.location
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Reference in New Issue