From: Jan-Christoph Borchardt Date: Wed, 10 Dec 2014 12:39:30 +0000 (+0100) Subject: improve update error page: adjust line height of h2 X-Git-Tag: v8.0.0alpha1~119^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=880e653aefee9ddefbba6b1b58e5ba7dfff1f8ab;p=nextcloud-server.git improve update error page: adjust line height of h2 --- diff --git a/core/css/styles.css b/core/css/styles.css index f29444e80d6..7badfca6c16 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -362,6 +362,7 @@ input[type="submit"].enabled { #body-login .update h2 { font-size: 20px; + line-height: 130%; margin-bottom: 30px; }