From 71ba4573722df2d4f92987357f62c30e480ce7dd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 4 Jun 2014 17:05:44 +0200 Subject: [PATCH] personal settings: unbold clients header and remove obsolete CSS --- settings/css/settings.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index b67c88a9c8..3a6e40ad36 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; }