From 3aff84df76ae971a3b296d72d994c034325e038b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 3 Nov 2015 18:14:39 -0500 Subject: [PATCH] added back aboutme --- less/account.less | 12 ++++++++++-- templates/account/profile.tpl | 14 +++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/less/account.less b/less/account.less index 9e76d0f..cc4afe5 100644 --- a/less/account.less +++ b/less/account.less @@ -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; } } } diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 30e2a2b..bf92242 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -4,8 +4,13 @@

{fullname}{username}

@{username}

+ + {aboutme} + +
+
- +