added back aboutme

main
psychobunny 10 years ago
parent b09c3b8fea
commit 3aff84df76

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

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

Loading…
Cancel
Save