Skip to content
Snippets Groups Projects
Commit e734caec authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #8876 from owncloud/design-css-settings

personal settings: unbold clients header and remove obsolete CSS
parents ca43fba5 71ba4573
No related merge requests found
......@@ -20,10 +20,13 @@ input#openid, input#webdav { width:20em; }
}
/* Sync clients */
.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
.clientsbox .center { margin-top:10px; }
.clientsbox h2 {
font-size: 20px;
margin: 35px 0 10px;
}
.clientsbox .center {
margin-top: 10px;
}
#passworderror { display:none; }
#passwordchanged { display:none; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment