Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-08 18:31:01 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-08 18:31:01 +0400
commit8652137ad61d8602e0542e15def6573dec7b24c8 (patch)
treec0907c9574218b4d09f4fc57955175dd4c82cc13 /settings/css
parent118c3d8a385a192301882b659e68dc5a2433691d (diff)
parent92af840a51c51440eb6f55d841b47c1b3f5a1b69 (diff)
Merge pull request #3912 from owncloud/css_cleanup_kondou
General CSS cleanup
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css4
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; }