summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 17:05:44 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 17:05:44 +0200
commit71ba4573722df2d4f92987357f62c30e480ce7dd (patch)
treefdf2e7796e2e7e6de9786dc6cda966be694123e5 /settings
parentb5f0a179187bb3f10a939518c6eba72593c1f7a5 (diff)
downloadnextcloud-server-71ba4573722df2d4f92987357f62c30e480ce7dd.tar.gz
nextcloud-server-71ba4573722df2d4f92987357f62c30e480ce7dd.zip
personal settings: unbold clients header and remove obsolete CSS
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index b67c88a9c8f..3a6e40ad361 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -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; }