From b09c3b8fea05d55c3c62203d329d40e9b03322a9 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 3 Nov 2015 18:06:20 -0500 Subject: [PATCH] added back username + fullname --- less/account.less | 17 ++++++++++++++++- templates/account/profile.tpl | 6 +++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/less/account.less b/less/account.less index c260c9a..9e76d0f 100644 --- a/less/account.less +++ b/less/account.less @@ -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; + } + } } diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 0288e4d..30e2a2b 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -1,7 +1,11 @@
-
+
+

{fullname}{username}

+

@{username}

+ +