Fix font size

This commit is contained in:
Naoki Takezoe
2014-07-13 16:31:24 +09:00
parent 38475ffefe
commit 1f56e1360d

View File

@@ -392,12 +392,14 @@ div.signin-form {
/* Account page */
/****************************************************************************/
.account-fullname {
font-size: 140%;
margin-top: 20px;
font-size: 180%;
font-weight: bold;
}
.account-username {
font-size: 120%;
margin-top: 10px;
font-size: 140%;
color: #888888;
font-weight: bold;
}