added back username + fullname

main
psychobunny 9 years ago
parent 6cefddf86e
commit b09c3b8fea

@ -154,7 +154,7 @@
height: 200px;
position: relative;
}
@media (min-width: @screen-md-min) {
margin-top: 300px;
@ -171,6 +171,21 @@
}
}
}
.profile {
.fullname {
margin-bottom: 10px;
font-size: 32px;
}
.username {
text-transform: uppercase;
text-align: center;
margin-top: 0px;
font-size: 17px;
margin-bottom: 50px;
}
}
}

@ -1,7 +1,11 @@
<div class="account">
<!-- IMPORT partials/account/header.tpl -->
<div class="row">
<div class="profile row">
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
<h2 class="username">@{username}</h2>
<div class="col-xs-12 account-block hidden">
<div class="account-picture-block text-center">
<span>

Loading…
Cancel
Save