diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-08 07:31:01 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-08 07:31:01 -0700 |
commit | 8652137ad61d8602e0542e15def6573dec7b24c8 (patch) | |
tree | c0907c9574218b4d09f4fc57955175dd4c82cc13 /settings/css | |
parent | 118c3d8a385a192301882b659e68dc5a2433691d (diff) | |
parent | 92af840a51c51440eb6f55d841b47c1b3f5a1b69 (diff) | |
download | nextcloud-server-8652137ad61d8602e0542e15def6573dec7b24c8.tar.gz nextcloud-server-8652137ad61d8602e0542e15def6573dec7b24c8.zip |
Merge pull request #3912 from owncloud/css_cleanup_kondou
General CSS cleanup
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 67aab4a461b..20df5d86d65 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -9,10 +9,10 @@ input#openid, input#webdav { width:20em; } /* PERSONAL */ /* Sync clients */ -.clientsbox { margin:12px; text-align:center; } +.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 .center { margin-top:10px; } #passworderror { display:none; } #passwordchanged { display:none; } |