diff options
author | kondou <kondou@ts.unde.re> | 2013-07-01 23:47:59 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-07-09 16:08:32 +0200 |
commit | 4818e0062e5444a9b657a30001b6dbaca44413c7 (patch) | |
tree | 5c3c80992bb61f048448fb76f488b34cd9ffb8a3 /settings/css | |
parent | f8dae11a23784bc9ebdef67511934630e46f870b (diff) | |
download | nextcloud-server-4818e0062e5444a9b657a30001b6dbaca44413c7.tar.gz nextcloud-server-4818e0062e5444a9b657a30001b6dbaca44413c7.zip |
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 3c406109a1f..d7b63891903 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; } |