added back aboutme

main
psychobunny 9 years ago
parent b09c3b8fea
commit 3aff84df76

@ -173,6 +173,8 @@
}
.profile {
margin-bottom: 50px;
.fullname {
margin-bottom: 10px;
font-size: 32px;
@ -182,8 +184,14 @@
text-transform: uppercase;
text-align: center;
margin-top: 0px;
font-size: 17px;
margin-bottom: 50px;
font-size: 15px;
}
.aboutme > p {
max-width: 75%;
margin-left: auto;
margin-right: auto;
color: @gray-light;
}
}
}

@ -4,8 +4,13 @@
<div class="profile row">
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
<h2 class="username">@{username}</h2>
<!-- IF aboutme -->
<span component="aboutme" class="text-center aboutme">{aboutme}</span>
<!-- ENDIF aboutme -->
</div>
<hr />
<div class="row">
<div class="col-xs-12 account-block hidden">
<div class="account-picture-block text-center">
<span>
@ -34,12 +39,7 @@
<span class="label label-danger">[[user:banned]]</span>
</div>
<!-- IF aboutme -->
<hr/>
<div component="aboutme" class="text-center">
{aboutme}
</div>
<!-- ENDIF aboutme -->
<hr/>
<div class="text-center account-stats">

Loading…
Cancel
Save