diff --git a/src/main/twirl/account/main.scala.html b/src/main/twirl/account/main.scala.html
index f571851d6..0b6cc6e6d 100644
--- a/src/main/twirl/account/main.scala.html
+++ b/src/main/twirl/account/main.scala.html
@@ -7,7 +7,8 @@
@avatar(account.userName, 200)
-
+
@account.fullName
+
@account.userName
@if(account.url.isDefined){
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index 5ed57681d..c52a313cf 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -299,7 +299,7 @@ span.highlight {
}
/****************************************************************************/
-/* Create Repo */
+/* Create Repository */
/****************************************************************************/
.slash {
font-size: 20px;
@@ -313,6 +313,20 @@ div.signin-form {
margin: 30px auto;
}
+/****************************************************************************/
+/* Account page */
+/****************************************************************************/
+.account-fullname {
+ font-size: 140%;
+ font-weight: bold;
+}
+
+.account-username {
+ font-size: 120%;
+ color: #888888;
+ font-weight: bold;
+}
+
/****************************************************************************/
/* Stacked side menu */
/****************************************************************************/