mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
(refs #127)Display full name at the account page.
This commit is contained in:
@@ -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 */
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user