mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
Fix font size
This commit is contained in:
@@ -392,12 +392,14 @@ div.signin-form {
|
|||||||
/* Account page */
|
/* Account page */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
.account-fullname {
|
.account-fullname {
|
||||||
font-size: 140%;
|
margin-top: 20px;
|
||||||
|
font-size: 180%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account-username {
|
.account-username {
|
||||||
font-size: 120%;
|
margin-top: 10px;
|
||||||
|
font-size: 140%;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user