diff --git a/less/account.less b/less/account.less index 8988817..4b07cb1 100644 --- a/less/account.less +++ b/less/account.less @@ -176,7 +176,7 @@ margin-bottom: 40px; .fullname { - margin-bottom: 15px; + margin-bottom: 12px; font-size: 32px; } @@ -194,6 +194,17 @@ color: @gray-light; } + .profile-meta { + font-size: 10px; + text-transform: uppercase; + color: #777; + margin-top: 25px; + + strong { + color: #333; + } + } + .account-stats { text-align: center; font-size: 35px; diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 7f13801..757bc29 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -4,10 +4,13 @@